JoshCap20 / areion

The fastest Python web server. A lightweight, fast, and extensible asynchronous Python web server framework.
MIT License
0 stars 1 forks source link

Create HTTP Response construction wrappers #97

Closed JoshCap20 closed 1 month ago

JoshCap20 commented 1 month ago

e.g. create_temporary_redirect_response(location), create_json_response(json/dict)

Just wrappers around common HTTP Responses