socketify.py/tests/examples
Ciro af7481c13f add cork and update with master 2022-10-24 14:15:46 -03:00
..
docker add cork and update with master 2022-10-24 14:15:46 -03:00
helpers add cork and update with master 2022-10-24 14:15:46 -03:00
async.py add cork and update with master 2022-10-24 14:15:46 -03:00
automatic_port_selection.py added more samples 2022-05-31 18:51:39 -03:00
error_handler.py added more samples 2022-05-31 18:51:39 -03:00
forks.py fixed asyncio integration (kinda) and added gracefull shutdown on SIGINT 2022-06-02 16:00:42 -03:00
graceful_shutdown.py added exception when listen fails, moved some files to ./tests/examples 2022-05-31 16:27:56 -03:00
hello_world.py added error handler 2022-05-31 17:53:20 -03:00
http_request_cache.py add cork and update with master 2022-10-24 14:15:46 -03:00
https.py add cork and update with master 2022-10-24 14:15:46 -03:00
listen_options.py added https example (not working yeat) and moved misc 2022-05-31 19:46:51 -03:00
not_found.py added error handler 2022-05-31 17:53:20 -03:00
requeriments.txt added redirect 2022-06-01 11:16:33 -03:00
router_and_basics.py fixed UVLoop, and added better strategy to Loop, added post support, get_data(), get_json(), get_text(), get_cookie(), set_cookie(), pending x-www-form-urlencoded and form-data (maybe only with another package), added more options for keys in response, added fallback to None if decode fails in request, added on_writable and on_data events, pending try_end and stream examples, added upload and post examples 2022-06-03 18:53:42 -03:00
upload_or_post.py added get_form_urlencoded 2022-06-03 20:01:56 -03:00