Skip to content

Releases: brunexgeek/webster

v2.0.1

17 Dec 11:23
e39475c
Compare
Choose a tag to compare

Fix bug in chunked transfer encoding.

v3.0.0-rc1

17 Dec 11:39
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release

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 and webster.cc for standard version with socket network implementation;
  • webster.hh and webster-no-socket.cc for minimal version with no network implementation (you will need to provide one);

v2.0.0

22 Nov 14:17
Compare
Choose a tag to compare

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

18 May 16:51
Compare
Choose a tag to compare

Stable version implemented in C99.