github sparckles/Robyn v0.17.3
v0.17.3: Add "int" status codes in Robyn!

latest releases: v0.72.2, v0.72.1, v0.72.0...
3 years ago

What's Changed

New Contributors

Full Changelog: v0.17.2...v0.17.3

Usage

@app.get('/int_status_code')
def return_int_status_code():
    return {"status_code": 202, "body": "hello", "type": "text"}

Don't miss a new Robyn release

NewReleases is sending notifications on new releases.