Skip to content

Releases: yhirose/cpp-httplib

Fix response line parsing problem without reason phrase

12 Feb 19:45
Compare
Choose a tag to compare

Add exception handler support

02 Feb 04:02
0542fdb
Compare
Choose a tag to compare
Add exception handler (#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

Minor API breaking change for the pre request handler

23 Jan 18:39
Compare
Choose a tag to compare

It now takes HandleResponse as a return value.

Fix problem with a 204 request

17 Jan 17:51
8d9a477
Compare
Choose a tag to compare
No content check (#823)

* No content check

* unit test for no content

* fixing merge conflict break

* oops during manual merge conflict

Pre/Post routing handlers support

12 Jan 15:16
Compare
Choose a tag to compare
v0.8.0

Updated the simple example

Ensure socket is closed after processing in SSLServer

19 Dec 22:44
Compare
Choose a tag to compare
v0.7.18

Fixed problem with invalid requests including spaces in URL path

MultiparFormData parse problem on Client

01 Dec 15:32
Compare
Choose a tag to compare
v0.7.17

Removed `std::atomic<Error> error_`

Fix multiple threading bugs

29 Nov 22:22
Compare
Choose a tag to compare
v0.7.16

Fixed build errors and apply clangformat

Fixed stack smashing problem due to misuse of select

19 Nov 14:27
e1133a2
Compare
Choose a tag to compare
v0.7.15

std::tolower is undefined if the argument's value is neither represen…

Fixed error_handler problems

09 Nov 18:27
Compare
Choose a tag to compare
v0.7.14

Fix #738