| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | < 11 hours ago | 673 Bytes | |
| v0.41.0 source code.tar.gz | < 11 hours ago | 1.8 MB | |
| v0.41.0 source code.zip | < 11 hours ago | 1.9 MB | |
| Totals: 3 Items | 3.7 MB | 0 | |
- 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