Releases: yhirose/cpp-httplib
Releases · yhirose/cpp-httplib
New feature
- Add optional user defined header writer #1683
Bug fix and breaking change
Bug fixes:
- Fix CPPHTTPLIB_ALLOW_LF_AS_LINE_TERMINATOR (#1634)
- Avoid a -Warray-bounds false positive in GCC 13. (#1639)
Breaking change:
New features and bug fixes
- Removed unnecessary CRLF at the end of multipart ranges data
- Fix #1559
- Use memory mapped file for static file server (#1632)
Bug fix
- Compiler freezes on Debian 10 (buster) with GCC 8.3.0 #1613
Some new features and bug fixes
- Don't overwrite the last redirected location (#1589) # This is a breaking change.
- Fix #1607
- Add named path parameters parsing (Implements #1587) (#1608)
- Result: allow default constructor (#1609)
Some new features
- Add support for zOS (#1581)
- Provide a CMake option to disable C++ exceptions (#1580)
- Load in-memory CA certificates (#1579)
Add HTTPLIB_INSTALL CMake option
Add HTTPLIB_INSTALL CMake option (#1575)
Fix more CRLF injection problems
Fix more CRLF injection problems.