Weaver is a self made web framework.
Wish me good luck;)
- Nisen ([email protected])
Copyright (c) 2018 Nisen ([email protected])
- 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