Azure / msrest-for-python

The runtime library "msrest" for AutoRest generated Python clients.
MIT License
41 stars 64 forks source link

Response content type json parser #140

Closed shenmuxiaosen closed 5 years ago

shenmuxiaosen commented 5 years ago

Currently the deserializer only supports a list of content type values like "application/json" and "text/json". Based on HTTP spec, "application/+json" is also json. So we should have a type parser to accept this syntax.