sprockets.mixins.mediatype/sprockets/mixins
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
..
mediatype Add application/x-www-formurlencoded transcoder. 2021-10-14 07:12:01 -04:00
__init__.py Lint ignore some of the weird stuff in __init__. 2021-09-16 09:54:16 -04:00