hyper2web icon indicating copy to clipboard operation
hyper2web copied to clipboard

Super Fast Backend Framework (Educational Purpose)

Results 13 hyper2web issues
Sort by recently updated
recently updated
newest added

``` async def post_record(http, stream, para): record = json.load(stream.data) # http.send_error(stream, 200) ``` Currently an end point function which doesn't call any response methods won't cause exceptions. This function should...

enhancement

Add configuration functionality by either using config files, command line parameters or system environment variables. Config could be a module of its own.

todo