sprockets.mixins.mediatype/sprockets/mixins/mediatype
Dave Shawley 716bff0d7f
Add application/x-www-formurlencoded transcoder.
I ended up not using urllib.parse functions since they do not implement
the specification.  The only difference is that the specification
requires that "~" is encoded.

NB - this commit is incomplete since it does not handle calling the
transcoder on simple objects.  mypy will quite correctly fail.
2021-10-14 07:12:01 -04:00
..
__init__.py Reformat using yapf. 2021-09-19 09:58:08 -04:00
content.py Fail gracefully when transcoder is missing. 2021-10-03 15:52:48 -04:00
handlers.py Documentation updates for typing. 2021-10-03 15:52:47 -04:00
py.typed Add type annotations. 2021-10-03 15:52:43 -04:00
transcoders.py Add application/x-www-formurlencoded transcoder. 2021-10-14 07:12:01 -04:00
type_info.py Add type annotations. 2021-10-03 15:52:43 -04:00