Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
code-disaster
/
cpp-httplib
Public
forked from
yhirose/cpp-httplib
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 17, 2025
Release v0.20.0
yhirose
committed
787a34a
View commit details
Copy full SHA for 787a34a
Browse repository at this point
clang-format
yhirose
committed
7a212cf
View commit details
Copy full SHA for 7a212cf
Browse repository at this point
cmake: only validate component when the required library is found (#2112)
abouvier
authored
0be0526
View commit details
Copy full SHA for 0be0526
Browse repository at this point
Fix #2097
yhirose
committed
87a5ae6
View commit details
Copy full SHA for 87a5ae6
Browse repository at this point
Fix #2109
yhirose
committed
33acccb
View commit details
Copy full SHA for 33acccb
Browse repository at this point
Commits on Mar 16, 2025
Add zstd support (#2088)
Show description for c765584
davidalo
authored
c765584
View commit details
Copy full SHA for c765584
Browse repository at this point
Commits on Mar 14, 2025
Update benchmark
yhirose
committed
0bda3a7
View commit details
Copy full SHA for 0bda3a7
Browse repository at this point
Commits on Mar 13, 2025
Make random_string() thread-safe (#2110)
Show description for 2eaa2ea
falbrechtskirchinger
authored
2eaa2ea
View commit details
Copy full SHA for 2eaa2ea
Browse repository at this point
Commits on Mar 12, 2025
Update vendored gtest to 1.12.1 (#2100)
Show description for 94a4028
falbrechtskirchinger
authored
94a4028
View commit details
Copy full SHA for 94a4028
Browse repository at this point
Avoid static std::string (#2103)
Show description for a8d6172
falbrechtskirchinger
authored
a8d6172
View commit details
Copy full SHA for a8d6172
Browse repository at this point
Wrap poll()/WSAPoll() in a function and build compiled library on Windows (#2107)
Show description for 2f39723
falbrechtskirchinger
authored
2f39723
View commit details
Copy full SHA for 2f39723
Browse repository at this point
Remove SSLInit (#2102)
Show description for a9ba0a4
falbrechtskirchinger
authored
a9ba0a4
View commit details
Copy full SHA for a9ba0a4
Browse repository at this point
Commits on Mar 11, 2025
build(meson): copy MountTest.MultibytesPathName files (#2098)
Show description for 37399af
Tachi107
authored
37399af
View commit details
Copy full SHA for 37399af
Browse repository at this point
Fix #2096
yhirose
committed
48084d5
View commit details
Copy full SHA for 48084d5
Browse repository at this point
Commits on Mar 7, 2025
Run 32-bit compiled unit tests on Ubuntu (#2095)
falbrechtskirchinger
authored
5a1ecc3
View commit details
Copy full SHA for 5a1ecc3
Browse repository at this point
Commits on Mar 6, 2025
Move detail::read_file() to test/test.cc (#2092)
Show description for 85b5cdd
falbrechtskirchinger
authored
85b5cdd
View commit details
Copy full SHA for 85b5cdd
Browse repository at this point
Switch redirect tests to httpbingo.org (#2090)
Show description for f2928d7
falbrechtskirchinger
authored
f2928d7
View commit details
Copy full SHA for f2928d7
Browse repository at this point
Fix HttpWatch tests (#2089)
Show description for ee0bee3
falbrechtskirchinger
authored
ee0bee3
View commit details
Copy full SHA for ee0bee3
Browse repository at this point
Commits on Feb 21, 2025
Fix #2068 (#2080)
Show description for 71ba7e7
yhirose
authored
71ba7e7
View commit details
Copy full SHA for 71ba7e7
Browse repository at this point
Parallelize testing with/without SSL on Windows & set concurrency group (#2079)
Show description for ebe7efa
falbrechtskirchinger
authored
ebe7efa
View commit details
Copy full SHA for ebe7efa
Browse repository at this point
Commits on Feb 20, 2025
Remove `select()` and use `poll()` (#2078)
Show description for 22d90c2
falbrechtskirchinger
authored
22d90c2
View commit details
Copy full SHA for 22d90c2
Browse repository at this point
Correct default thread pool size in README.md (#2077)
falbrechtskirchinger
authored
b944f94
View commit details
Copy full SHA for b944f94
Browse repository at this point
Refactor streams: rename is_* to wait_* for clarity (#2069)
Show description for 550f728
falbrechtskirchinger
authored
550f728
View commit details
Copy full SHA for 550f728
Browse repository at this point
Max timeout test refactoring (#2071)
Show description for a4b2c61
yhirose
authored
a4b2c61
View commit details
Copy full SHA for a4b2c61
Browse repository at this point
Commits on Feb 19, 2025
Fix typo in meson.build (#2070)
falbrechtskirchinger
authored
5c0135f
View commit details
Copy full SHA for 5c0135f
Browse repository at this point
build(meson): automatically use poll or select as needed (#2067)
Show description for 2b5d1ee
Tachi107
authored
2b5d1ee
View commit details
Copy full SHA for 2b5d1ee
Browse repository at this point
Fix typo
yhirose
committed
d274c0a
View commit details
Copy full SHA for d274c0a
Browse repository at this point
Commits on Feb 18, 2025
Fixed documentation about Unix Domain Sockt (#2066)
yhirose
committed
dda2e00
View commit details
Copy full SHA for dda2e00
Browse repository at this point
Add *.dSYM to Makefile clean
yhirose
committed
321a86d
View commit details
Copy full SHA for 321a86d
Browse repository at this point
Fix misspelled words
yhirose
committed
ada9704
View commit details
Copy full SHA for ada9704
Browse repository at this point
Make poll() the default (#2065)
Show description for 6e73a63
falbrechtskirchinger
authored
6e73a63
View commit details
Copy full SHA for 6e73a63
Browse repository at this point
Commits on Feb 17, 2025
server_certificate_verifier extended to reuse built-in verifier (#2064)
Show description for cdc2230
urosg80
and
UrosG
authored
cdc2230
View commit details
Copy full SHA for cdc2230
Browse repository at this point
Add style check to workflow (#2062)
Show description for 574f5ce
falbrechtskirchinger
authored
574f5ce
View commit details
Copy full SHA for 574f5ce
Browse repository at this point
Fix code inconsistently formatted and re-format (#2063)
Show description for 2996cec
falbrechtskirchinger
authored
2996cec
View commit details
Copy full SHA for 2996cec
Browse repository at this point
Commits on Feb 16, 2025
Simplify SSL shutdown (#2059)
falbrechtskirchinger
authored
32bf5c9
View commit details
Copy full SHA for 32bf5c9
Browse repository at this point
Previous
Next
You can’t perform that action at this time.