pnuckowski / aioresponses

Aioresponses is a helper for mock/fake web requests in python aiohttp package.
MIT License
517 stars 87 forks source link

Why `application/json` is default content type? #188

Open pbelskiy opened 3 years ago

pbelskiy commented 3 years ago

Hello! Thanks for package, but why application/json is default content type?

Could it be same as in responses package? - text/plain

paulschmeida commented 2 years ago

JSON is de facto standard in API responses and most people deal with application/json way more than text/plain. I think it should stay as it is.