I am a coder
Results
23
issues of
I am a coder
``` 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