| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Bug fixes and improvements source code.tar.gz | 2025-11-26 | 1.3 MB | |
| Bug fixes and improvements source code.zip | 2025-11-26 | 1.4 MB | |
| README.md | 2025-11-26 | 1.1 kB | |
| Totals: 3 Items | 2.7 MB | 12 | |
What's Changed
- Fix HTTP 414 errors hanging until timeout by @chansikpark in https://github.com/yhirose/cpp-httplib/pull/2260
- CMake: Add HTTPLIB_SHARED option, don't define BUILD_SHARED_LIBS by @vadz in https://github.com/yhirose/cpp-httplib/pull/2266
- Add Client methods with both content provider and receiver by @clarkok in https://github.com/yhirose/cpp-httplib/pull/2268
- Fix struct member initialization issue in getaddrinfo_with_timeout by @clarkok in https://github.com/yhirose/cpp-httplib/pull/2273
- Add #undef _res after including resolv.h to prevent macro conflicts by @Copilot in https://github.com/yhirose/cpp-httplib/pull/2280
New Contributors
- @chansikpark made their first contribution in https://github.com/yhirose/cpp-httplib/pull/2260
- @vadz made their first contribution in https://github.com/yhirose/cpp-httplib/pull/2266
- @clarkok made their first contribution in https://github.com/yhirose/cpp-httplib/pull/2268
- @Copilot made their first contribution in https://github.com/yhirose/cpp-httplib/pull/2280
Full Changelog: https://github.com/yhirose/cpp-httplib/compare/v0.27.0...v0.28.0