[ buster ]
[ 源代码: mimerender ]
软件包:python-mimerender(0.6.0-1)
RESTful HTTP Content Negotiation for web frameworks (Python 2)
mimerender provides a decorator that wraps an HTTP request handler to select the correct render function for a given HTTP Accept header. It uses mimeparse to parse the Accept string and select the best available representation.
mimerender supports Flask, Bottle, web.py and webapp2 out of the box, and it’s easy to add support for other frameworks.
This package contains the Python 2 module.
其他与 python-mimerender 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-mimeparse
- Parse mime-types and quality parameters - python 2.x