sprockets.mixins.mediatype/sprockets/mixins/mediatype
Dave Shawley 4dd46eda5b
Return 406 Not Acceptable appropriately.
If there is no default content type and nothing matches in the Accept
header, previous versions would fail with an Internal Server Error
because of an unhandled exception.  Instead we should be returning
a "406 Not Acceptable".
2021-10-03 15:52:47 -04:00
..
__init__.py Reformat using yapf. 2021-09-19 09:58:08 -04:00
content.py Return 406 Not Acceptable appropriately. 2021-10-03 15:52:47 -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 Documentation updates for typing. 2021-10-03 15:52:47 -04:00
type_info.py Add type annotations. 2021-10-03 15:52:43 -04:00