Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 220 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 220 Bytes

miniweb

简易的 Web 框架,仅供学习

Request、Response

Request
    method
    path
    version
    headers
    body
    ip_port
    json
    args

Response
    body
    headers
    status_code