yhirose
|
f0eb55b327
Changed to use `const std::string &` as much as possible instead of `const char *` (#1331)
|
3 years ago |
yhirose
|
07e614eef7
clangformat and README update
|
3 years ago |
yhirose
|
916b2a8fd3
Merge branch 'use_exception_ptr' of https://github.com/kuguma/cpp-httplib into kuguma-use_exception_ptr
|
3 years ago |
Kai Aoki
|
869f5bb279
fix ExceptionHandlerTest.ContentLength
|
3 years ago |
yhirose
|
37bb3c6a77
No longer support VS 2013 and older #1325 (#1326)
|
3 years ago |
yhirose
|
127a64d5a0
Skip preamble and epilogue in multipart/form-data (Fix #1317) (#1320)
|
3 years ago |
yhirose
|
caa31aafda
Accept large data transfer over SSL (Fix #1261, Close #1312)
|
3 years ago |
yhirose
|
dae318495f
Revert "Accept large data transfer over SSL (#1261)"
|
3 years ago |
conghuawang
|
df20c27696
resolve http server can't send file large than 2GB (Fix #1290) (#1294)
|
3 years ago |
yhirose
|
a5a62768c0
Fix #1292 (#1296)
|
3 years ago |
Yoshiki Matsuda
|
307b729549
Accept large data transfer over SSL (#1261)
|
3 years ago |
yhirose
|
cb41947eb4
Fix #1235 (#1243)
|
3 years ago |
yhirose
|
c82d1e52cc
Fix #1214
|
3 years ago |
yhirose
|
846151b605
Added a unit test case for large multipart form data
|
3 years ago |
yhirose
|
f7b9501662
clangformat
|
3 years ago |
yhirose
|
49d2e1f135
Fix problem with InvalidPort test
|
3 years ago |
Sebastien Blanchet
|
8191fd8e6c
Add optional private key password to SSLServer ctor (#1205)
|
3 years ago |
Andrea Pappacoda
|
894fcc8e02
test: add missing "_Online" suffix (#1183)
|
3 years ago |
Gregor Jasny
|
87e03dd1ce
Report connection timeout as separate event (#1171)
|
3 years ago |
yhirose
|
ee8371f753
Added 'PostLarge' unit test for #1169
|
3 years ago |
yhirose
|
11e02e901c
Fixed unit test
|
4 years ago |
yhirose
|
65a8f4cf44
Added `hosted_at`. (Resolve #1113)
|
4 years ago |
yhirose
|
865b0e4c03
Resolve #1145
|
4 years ago |
yhirose
|
20056f6cda
Update test.cc
|
4 years ago |
yhirose
|
793ae9855e
Fix #1041 (#1132)
|
4 years ago |
Andrea Pappacoda
|
824e7682e4
test: add missing _Online suffixes (#1110)
|
4 years ago |
yhirose
|
226388ae27
Resolve #1100
|
4 years ago |
Yuji Hirose
|
301faa074c
Added test case for #1065
|
4 years ago |
zhenyolka
|
4f8fcdbaf7
Allow to specify server IP address (#1067)
|
4 years ago |
CarlosLeeGit
|
b80aa7fee3
support custom ssl ctx configuration for SSLServer (#1073)
|
4 years ago |