Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.29 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.29 KB

Weaver

Usage

Weaver is a self made web framework.

Name comes from

Wish me good luck;)

Installation

Author

Copyright

Copyright (c) 2018 Nisen ([email protected])

TODO LIST

  • basic route
  • basic socket server
  • can read and output html
  • refactor with class
  • support request headers
  • sperate files
  • support response headers
  • support args params body params etc
  • add stop method
  • add basic test case
  • add application/json body parse format
  • make 404 error works
  • friendly log message
  • add request transfer-encoding support
  • add request accept-encoding and response content-encoding support
  • arrange log message
  • add reply transfer-encoding support
  • add default headers, such as headers etc
  • make response header according to response content
  • format request body according to content-type
  • handle when url match but method not allow
  • refactor with generic function
  • add convenient tools, about response wrapper
  • make it strong
  • socket error conditions handle
  • html parse conditions handle
  • thread pool support
  • soft and graceful stop