updates
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Text:
|
||||
|
||||
def encode(self, request):
|
||||
return str(request.body)
|
||||
|
||||
def decode(self, data):
|
||||
return str(data)
|
||||
|
||||
def content_type(self):
|
||||
return "text/.*"
|
||||
Reference in New Issue
Block a user