|
|
|
@ -33,7 +33,7 @@ class RawJSONParser(BaseParser): |
|
|
|
""" |
|
|
|
Parser that preserves the raw body bytes for HMAC signature verification. |
|
|
|
""" |
|
|
|
media_type = 'application/json' |
|
|
|
media_type = '*/*' |
|
|
|
def parse(self, stream, media_type=None, parser_context=None): |
|
|
|
return stream.read() |
|
|
|
|
|
|
|
|