All Projects → Foveluy → LuyWeb

Foveluy / LuyWeb

Licence: other
a python web server by using asyncio.

Programming Languages

python
139335 projects - #7 most used programming language

LuyWeb

todolist

  • [x]如何实现保存重启? app.run(host='127.0.0.1', port=8080, debug=True)
  • [x]httpie http -f POST http://127.0.0.1:9000 content=好好学习
  • [x]wrk性能测试 wrk -t12 -c400 -d30s http://127.0.0.1:8000/
  • [x]蓝图的使用
  • [x]functiontools.partial()的调用,是为了新增函数的功能
  • [ ]继续读源码

todolist2

  • test_bad_request_response
  • shorthand method - get\post\patch....
  • config模块
  • cookies 模块
  • test_exceptions.py 错误处理
  • test_exceptions_handler.py 错误处理回调
  • test_keep_alive_timeout.py keep_alive_timeout模块
  • test_logging.py 日志模块
  • test_multiprocessing.py 多进程模块(利用多核)
  • REST 版本
  • test_redirect.py 重定向
  • abort
  • 流式返回的测试
  • test_server_events.py 用于服务器开启和关闭时的回调
  • test_static.py 静态文件支持
  • test_utf8.py 字符集

things

                ██╗     ██╗   ██╗██╗   ██╗ █████╗ 
                ██║     ██║   ██║╚██╗ ██╔╝██╔══██╗
                ██║     ██║   ██║ ╚████╔╝ ███████║
                ██║     ██║   ██║  ╚██╔╝  ██╔══██║
                ███████╗╚██████╔╝   ██║   ██║  ██║
                ╚══════╝ ╚═════╝    ╚═╝   ╚═╝  ╚═╝
        ╔═╗┌─┐┬ ┬┌─┐┬─┐┌─┐┌┬┐  ┌┐ ┬ ┬  ╔═╗┬ ┬┌─┐┌┐┌┌─┐╔═╗┌─┐┌┐┌┌─┐
        ╠═╝│ ││││├┤ ├┬┘├┤  ││  ├┴┐└┬┘  ╔═╝├─┤├┤ ││││ ┬╠╣ ├─┤││││ ┬
        ╩  └─┘└┴┘└─┘┴└─└─┘─┴┘  └─┘ ┴   ╚═╝┴ ┴└─┘┘└┘└─┘╚  ┴ ┴┘└┘└─┘
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].