Fabio Alessandrelli
|
adba870534
[NET] Refactor TLS configuration.
|
2 년 전 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 년 전 |
Fabio Alessandrelli
|
a95d792420
[Net] Rename "ssl" references to "tls" in methods and members.
|
2 년 전 |
Max Hilbrunner
|
3ef5a97505
Verify custom HTTP headers, fix off by one error
|
3 년 전 |
Fabio Alessandrelli
|
01e5e98312
[Net] Fix get_response_body_length for large files.
|
3 년 전 |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 년 전 |
Haoyu Qiu
|
c09ea8d45a
Adds proxy support for HTTPClient
|
3 년 전 |
Fabio Alessandrelli
|
b00c4a4360
[Net] Makes HTTPClient a custom instance class.
|
3 년 전 |
Fabio Alessandrelli
|
421e771012
[Net] Unify HTTPClient request and request_raw.
|
3 년 전 |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
3 년 전 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 년 전 |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
4 년 전 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 년 전 |
Hugo Locurcio
|
13357095ee
Increase the default HTTPClient download chunk size to 64 KiB
|
4 년 전 |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 년 전 |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
4 년 전 |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 년 전 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 년 전 |
Fabio Alessandrelli
|
6f38aeef52
Merge pull request #33640 from mewin/http_head_request
|
5 년 전 |
Patrick Wuttke
|
2cd68a2566
do not wait for response body when making a HEAD request
|
5 년 전 |
Fabio Alessandrelli
|
ed19b4076e
Add download_chunk_size property to HTTPRequest.
|
5 년 전 |
Fabio Alessandrelli
|
0e5655694c
Fix HTTPClient keep alive with chunked encoding.
|
6 년 전 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 년 전 |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 년 전 |
Fabio Alessandrelli
|
9ba8f0d2d8
HTTP client now uses non blocking handshake
|
6 년 전 |
Pedro J. Estébanez
|
2587fcccee
Allow body-up-to-EOF HTTP responses
|
6 년 전 |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 년 전 |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 년 전 |
mhilbrunner
|
966c054fc9
HTTP cleanup & better defaults
|
7 년 전 |
mhilbrunner
|
a7abb459c9
HTTPClient: Add PATCH method and missing HTTP status codes
|
7 년 전 |