Closed raspitim closed 1 year ago
For example, parse all JSON convertible content types to JSON:
@app.view('/api/test', 'application/JSON'): def _(request): {"this data": "is json convertible"}
For example, parse all JSON convertible content types to JSON: