Skip to content

Tags: MikhailFDone/cpp-httplib

Tags

v0.8.5

Toggle v0.8.5's commit message

v0.8.4

Toggle v0.8.4's commit message

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add exception handler (yhirose#845)

* Add exception handler

* revert content reader changes

* Add test for and fix exception handler

* Fix warning in test

* Readd exception test, improve readme note, don't rethrow errors, remove exception handler response

v0.8.2

Toggle v0.8.2's commit message
Resolve yhirose#839

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
No content check (yhirose#823)

* No content check

* unit test for no content

* fixing merge conflict break

* oops during manual merge conflict

v0.8.0

Toggle v0.8.0's commit message
Updated the simple example

v0.7.18

Toggle v0.7.18's commit message
Fixed problem with invalid requests including spaces in URL path

v0.7.17

Toggle v0.7.17's commit message
Removed `std::atomic<Error> error_`

v0.7.16

Toggle v0.7.16's commit message
Fixed build errors and apply clangformat

v0.7.15

Toggle v0.7.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
std::tolower is undefined if the argument's value is neither represen…

…table as unsigned char nor equal to EOF (yhirose#761)

Co-authored-by: taoxu <[email protected]>