- Added support for uploading a configuration file over a long path
- Added support for special uri paths (using the "*" symbol) in the configuration for groups of similar uri paths
- Added the function of reading the contents of an http request
- Changed the format of the uri address in the configuration file
- Added a request redirection module
- Added a module for blocking access to files by url path
- Updated documentation
- Updated module examples
Added new features:
- begin_send_response
- finish_send_response
The close_server function has been updated and support for many flags for creating a response has been added
Added a "chunked" type transmission
New test modules have been added:
- a module for server management
- a module for test chunked transmission