sprockets / sprockets.mixins.mediatype

Handles Content-Type & Accept header serialization and deserialization for you
https://sprocketsmixinsmedia-type.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Rough initial commit of common negotiation logic #1

Closed djt5019 closed 9 years ago

djt5019 commented 9 years ago

This PR consolidates some of the (very basic) deserialization and content-type handling logic. Further iterations will make use of libraries such as ietfparse to handle multiple accept headers and accept encodings and other things.