Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-02 | copyrights: update all copyright notices to 2019 on files changed this year | Vilhelm Prytz | |
Closes #4547 | |||
2019-09-15 | docs: remove trailing ':' from section names in CURLOPT_TRAILER* man | Alessandro Ghedini | |
2018-12-14 | http: minor whitespace cleanup from f464535b | Daniel Stenberg | |
2018-12-14 | http: Implement trailing headers for chunked transfers | Ayoub Boudhar | |
This adds the CURLOPT_TRAILERDATA and CURLOPT_TRAILERFUNCTION options that allow a callback based approach to sending trailing headers with chunked transfers. The test server (sws) was updated to take into account the detection of the end of transfer in the case of trailing headers presence. Test 1591 checks that trailing headers can be sent using libcurl. Closes #3350 |