ijpiantanida / talkback

A simple HTTP proxy that records and playbacks requests
MIT License
283 stars 41 forks source link

fix: identify amz-json types as human-readable #52

Closed brandonc closed 3 years ago

brandonc commented 3 years ago

These curious content-types are specific to aws and seem to be identical to application/json for all practical purposes (they are human readable). Having these request content types resolve as human readable would be greatly helpful for my use case. I can re-write this to be a lambda that ignores the specific version if you prefer. These are the only two versions in existence.

ijpiantanida commented 3 years ago

Thank you @brandonc.

This was released under version 2.4.2.