| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=8kd7c3tponoqjovpmt68jp4koc; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 07:58:06 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
cpp-http..
x11
* = Virtual Category
Path to this page:
./www/cpp-httplib, C++ header-only HTTP/HTTPS server and client library
[
Branch: CURRENT, Version: 0.20.1, Package name: cpp-httplib-0.20.1, Maintainer: pkgsrc-users
A C++11 single-file header-only cross platform HTTP/HTTPS library.
It's extremely easy to setup. Just include the **httplib.h** file
in your code!
NOTE: This library uses 'blocking' socket I/O. If you are looking
for a library with 'non-blocking' socket I/O, this is not the one
that you want.
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
cpp-http..x11
* = Virtual Category
Path to this page:
./www/cpp-httplib, C++ header-only HTTP/HTTPS server and client library
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 0.20.1, Package name: cpp-httplib-0.20.1, Maintainer: pkgsrc-users
A C++11 single-file header-only cross platform HTTP/HTTPS library.
It's extremely easy to setup. Just include the **httplib.h** file
in your code!
NOTE: This library uses 'blocking' socket I/O. If you are looking
for a library with 'non-blocking' socket I/O, this is not the one
that you want.
Master sites:
Filesize: 1375.463 KBVersion history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-05-06) Updated to version: cpp-httplib-0.20.1
- (2025-04-12) Updated to version: cpp-httplib-0.20.0
- (2025-02-19) Updated to version: cpp-httplib-0.19.0
- (2025-02-09) Updated to version: cpp-httplib-0.18.7
CVS history: (Expand)
| 2025-05-06 14:12:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
cpp-httplib: update to 0.20.1.
Add AF_UNIX support on windows #2115
Support zstd also via pkg-config #2121
Fix #2113
Fix "Unbounded Memory Allocation in Chunked/No-Length Requests"
|
| 2025-04-12 09:09:45 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
cpp-httplib: update to 0.20.0.
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
|
| 2025-02-19 14:23:19 by Thomas Klausner | Files touched by this commit (2) | |
Log message: cpp-httplib: update to 0.19.0. Global timeout feature (same as "--max-time" curl option) #2034 Fix check for URI length to prevent incorrect HTTP 414 errors |
| 2025-02-09 15:15:10 by Thomas Klausner | Files touched by this commit (2) | |
Log message: cpp-httplib: update to 0.18.7. 0.18.7 Potential memory corruption in stream_line_reader #2028 0.18.6 Resolve #2033 |
| 2025-01-19 20:25:18 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
cpp-httplib: update to 0.18.5.
0.18.5
Bug fixes and new feature Latest
Port/Address re-use #2011
Invalid Content-Length values should be rejected #2014
Feature request: ability to check if the connection is still alive #2017
0.18.4
Bug fixes
Changed to use non-blocking socket in is_ssl_peer_could_be_closed (258992a)
Treat out-of-range last_pos as the end of the content #2009
fix:set_file_content with range request return 416. #2010
Fix HTTP Response Splitting Vulnerability (9c36aae)
|
| 2024-12-06 22:37:04 by Thomas Klausner | Files touched by this commit (2) | |
Log message: cpp-httplib: update to 0.18.3. 0.18.3 Regression: Client keep-alive subsequent requests very slow #1997 304 Not Modified response stalls until timeout #1998 0.18.2 Fix the problem that CreateFile2 in mmap::open fails to … #1973 Default Accept-Encoding header for the client #1975 SSLClientReconnection fails on Windows #1980 delay in keep_alive due to sleep #1969 missing query pararm in httplib::Client::send #1985 |
| 2024-10-22 20:43:35 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
cpp-httplib: update to 0.18.1.
SSLClientServerTest.* tests fail with OpenSSL 3.2.1 #1798
Feat: add CPack support (#1950)
Keep alive is slowing down shutdown #1959
Allow empty header values (#1965)
|
| 2024-06-17 11:16:11 by Thomas Klausner | Files touched by this commit (2) | |
Log message: cpp-httplib: update to 0.16.0. Bug fixes. |
