Releases: yhirose/cpp-httplib
Releases · yhirose/cpp-httplib
Bug fixes and changes
Bug fixes, New features, Breaking changes
🐛 Bug Fixes
- #2167 - Fix #1601: Fix getaddrinfo stalling issue when network is down
- #2165 - Proxy problems: Fix proxy-related issues
- a636a09 - Fix #1656: Improve logging before compression
✨ New Features
- #2170 - Fix #2082: Add URL encoding helpers for user input in GET requests
- #2169 - Fix #1416: Add SSL error access functionality
- #2166 - Cleaner API: API improvements
- cfb56c0 - Fix #1818: Add POST with content receiver feature
- b2bf172 - Fix #1551: Add Params support for PUT/DELETE methods
🚨 Breaking Changes
Bug fixes
Bug fixes and new features
Bug fixes
Bug fixes and a new feature
- server_certificate_verifier extended to reuse built-in verifier #2064
- Assertion failed when destroying httplib::Client
#2068 - Spaces incorrectly allowed in header field names #2096
- build(meson): copy MountTest.MultibytesPathName files #2098
- Remove SSLInit #2102
- Add zstd support #2088
- Question the behavior of method read_content_without_length #2109
- Crash when calling std::exit while server running or client requests in flight #2097
Bug fix and new feature
- Global timeout feature (same as "--max-time" curl option) #2034
- Fix check for URI length to prevent incorrect HTTP 414 errors