TeamSmil3y / PigeonPost

Python web framework • apparently easy to use
https://docs.pigeon.teamsmiley.org
MIT License
1 stars 0 forks source link

🚙 Autoconvertible typed views #28

Closed raspitim closed 1 year ago

raspitim commented 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"}