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 }}
daog
/
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
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 31, 2022
Detecting client disconnection (#1373)
Show description for b57f79f
gh4ck3r
and
changbin-park
authored
b57f79f
View commit details
Copy full SHA for b57f79f
Browse repository at this point
Commits on Aug 12, 2022
build: set soversion to major.minor (#1357)
Show description for a9cf097
Tachi107
authored
a9cf097
View commit details
Copy full SHA for a9cf097
Browse repository at this point
Commits on Aug 6, 2022
Updated example/uploader.sh
yhirose
committed
5c3624e
View commit details
Copy full SHA for 5c3624e
Browse repository at this point
Issue 49740 in oss-fuzz: cpp-httplib:server_fuzzer: Timeout in server_fuzzer
yhirose
committed
cba9ef8
View commit details
Copy full SHA for cba9ef8
Browse repository at this point
Commits on Aug 5, 2022
Refactoring the previous commit
yhirose
committed
4f8407a
View commit details
Copy full SHA for 4f8407a
Browse repository at this point
add multipart formdata for PUT requests. (#1351)
Show description for 656e936
Gopinath-Kalaiyarasan
authored
656e936
View commit details
Copy full SHA for 656e936
Browse repository at this point
Commits on Aug 2, 2022
Release v0.11.1
yhirose
committed
d92c314
View commit details
Copy full SHA for d92c314
Browse repository at this point
Updated README
yhirose
committed
b747fb1
View commit details
Copy full SHA for b747fb1
Browse repository at this point
Updated README
yhirose
committed
7e0a0b2
View commit details
Copy full SHA for 7e0a0b2
Browse repository at this point
Commits on Aug 1, 2022
UNIX domain socket support (#1346)
Show description for 362d064
gh4ck3r
and
changbin-park
authored
362d064
View commit details
Copy full SHA for 362d064
Browse repository at this point
Commits on Jul 31, 2022
Fix test build warning (#1344)
Show description for 1bd88de
Rockybilly
and
ata.yardimci
authored
1bd88de
View commit details
Copy full SHA for 1bd88de
Browse repository at this point
Add get_socket_fd method to Client and ClientImpl, add according unit… (#1341)
Show description for 0b541ff
Rockybilly
and
ata.yardimci
authored
0b541ff
View commit details
Copy full SHA for 0b541ff
Browse repository at this point
Issue 49512: cpp-httplib:server_fuzzer: Timeout in server_fuzzer
yhirose
committed
106be19
View commit details
Copy full SHA for 106be19
Browse repository at this point
Commits on Jul 30, 2022
Release v0.11.0
yhirose
committed
25d72bf
View commit details
Copy full SHA for 25d72bf
Browse repository at this point
ssize_t redefinition on Windows - int/int64 vs long/long long (#1337)
Show description for 9d5b529
oculusdrifts
authored
9d5b529
View commit details
Copy full SHA for 9d5b529
Browse repository at this point
Commits on Jul 27, 2022
With SSL enabled and NOMINMAX not defined, there is a conflict with 'max', which this fixes (#1334)
Show description for 462884b
oculusdrifts
authored
462884b
View commit details
Copy full SHA for 462884b
Browse repository at this point
Commits on Jul 25, 2022
Update README.md (#1332)
Show description for b1cc24b
ZXfkSIE
authored
b1cc24b
View commit details
Copy full SHA for b1cc24b
Browse repository at this point
Commits on Jul 23, 2022
Changed to use `const std::string &` as much as possible instead of `const char *` (#1331)
Show description for f0eb55b
yhirose
authored
f0eb55b
View commit details
Copy full SHA for f0eb55b
Browse repository at this point
Commits on Jul 15, 2022
Merge branch 'kuguma-use_exception_ptr'
yhirose
committed
6dc285b
View commit details
Copy full SHA for 6dc285b
Browse repository at this point
clangformat and README update
yhirose
committed
07e614e
View commit details
Copy full SHA for 07e614e
Browse repository at this point
Merge branch 'use_exception_ptr' of https://github.com/kuguma/cpp-httplib into kuguma-use_exception_ptr
yhirose
committed
916b2a8
View commit details
Copy full SHA for 916b2a8
Browse repository at this point
fix ExceptionHandlerTest.ContentLength
kuguma
committed
869f5bb
View commit details
Copy full SHA for 869f5bb
Browse repository at this point
Update README
yhirose
committed
3e21338
View commit details
Copy full SHA for 3e21338
Browse repository at this point
No longer support VS 2013 and older #1325 (#1326)
Show description for 37bb3c6
yhirose
authored
37bb3c6
View commit details
Copy full SHA for 37bb3c6
Browse repository at this point
Commits on Jul 14, 2022
fix double ref and case of exceptions that are not std::exception
kuguma
committed
d4ab2fa
View commit details
Copy full SHA for d4ab2fa
Browse repository at this point
Commits on Jul 11, 2022
Update httplib.h
Show description for 72d3f48
kuguma
committed
72d3f48
View commit details
Copy full SHA for 72d3f48
Browse repository at this point
Commits on Jul 8, 2022
Release v0.10.9
yhirose
committed
5e6f973
View commit details
Copy full SHA for 5e6f973
Browse repository at this point
Disable YouTubeNoSSLDigest
yhirose
committed
7ed77b0
View commit details
Copy full SHA for 7ed77b0
Browse repository at this point
Skip preamble and epilogue in multipart/form-data (Fix #1317) (#1320)
Show description for 127a64d
yhirose
and
Gavin1937
authored
127a64d
View commit details
Copy full SHA for 127a64d
Browse repository at this point
Commits on Jul 2, 2022
Accept large data transfer over SSL (Fix #1261, Close #1312)
yhirose
committed
caa31aa
View commit details
Copy full SHA for caa31aa
Browse repository at this point
Revert "Accept large data transfer over SSL (#1261)"
Show description for dae3184
yhirose
committed
dae3184
View commit details
Copy full SHA for dae3184
Browse repository at this point
Commits on Jun 8, 2022
fix: update CPPHTTPLIB_VERSION to 0.10.8 (#1305)
Tachi107
authored
305a7ab
View commit details
Copy full SHA for 305a7ab
Browse repository at this point
Commits on Jun 7, 2022
Fix #1303
yhirose
committed
219d13b
View commit details
Copy full SHA for 219d13b
Browse repository at this point
Commits on May 27, 2022
resolve http server can't send file large than 2GB (Fix #1290) (#1294)
Show description for df20c27
conghuawang
authored
df20c27
View commit details
Copy full SHA for df20c27
Browse repository at this point
Fix #1292 (#1296)
yhirose
authored
a5a6276
View commit details
Copy full SHA for a5a6276
Browse repository at this point
Previous
Next
You can’t perform that action at this time.