Releases: brunexgeek/webster
Releases · brunexgeek/webster
v2.0.1
v3.0.0-rc1
Pre-release for Webster 3.0:
- Introduce new API
- Improve performance
- Reorganize source code
- Change architecture to allow new protocols in the future (e.g. HTTP/2)
Amalgamation files:
webster.hh
andwebster.cc
for standard version with socket network implementation;webster.hh
andwebster-no-socket.cc
for minimal version with no network implementation (you will need to provide one);
v2.0.0
Refactored version using C++ and object oriented API.
- Bug fixes
- Improve HTTP 1.1 parsing
- Full support for chunked transfer encoding
- Enables better timeout adjustments
example_indexing
is now multi-thread- Ensure Windows compatibility
v1.0.0
Stable version implemented in C99.