| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-04 | 673 Bytes | |
| v0.41.0 source code.tar.gz | 2026-04-04 | 1.8 MB | |
| v0.41.0 source code.zip | 2026-04-04 | 1.9 MB | |
| Totals: 3 Items | 3.7 MB | 6 | |
- Replace
httplib::any/std::map<std::string, httplib::any>basedres.user_datawith a new type-safeUserDataclass that providesset()/get<T>()API by @yhirose (Fix [#2416]) - Add
parse_urlutility function withUrlComponentsstruct for parsing URLs into scheme, host, port, path, and query components by @yhirose - [cmake] Allow using pre-existing
zstd::libzstdtarget if it already exists, useful for projects that bundle their own zstd by @crueter in https://github.com/yhirose/cpp-httplib/pull/2390 - Add header parser and URL parser fuzzers for OSS-Fuzz coverage improvement by @DavidKorczynski in https://github.com/yhirose/cpp-httplib/pull/2412