Searched refs:trailers (Results 1 – 11 of 11) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TRAILERFUNCTION.md | 47 trailers have been sent. 54 either continue with sending the trailers or to abort the request. 93 /* Set the trailers filling callback */
|
/curl/tests/data/ |
H A D | test1943 | 43 curl_easy_header with trailers
|
H A D | test1540 | 51 chunked with trailers and pausing the receive
|
H A D | test1591 | 28 HTTP PUT with trailers at the end
|
H A D | test1598 | 28 HTTP POST with trailers at the end
|
H A D | test1541 | 58 chunked with trailers and pausing the receive
|
H A D | DISABLED | 67 # Several tests fail due to hyper's lack of trailers support: 266, 1417, 1540,
|
/curl/lib/ |
H A D | http.h | 234 struct dynhds trailers; member 283 struct dynhds trailers; member
|
H A D | http_chunks.c | 505 struct curl_slist *trailers = NULL, *tr; in add_last_chunk() local 520 rc = data->set.trailer_callback(&trailers, data->set.trailer_data); in add_last_chunk() 529 for(tr = trailers; tr; tr = tr->next) { in add_last_chunk() 548 curl_slist_free_all(trailers); in add_last_chunk()
|
H A D | http.c | 4090 Curl_dynhds_init(&req->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_req_make() 4248 Curl_dynhds_init(&req->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_req_make2() 4265 Curl_dynhds_free(&req->trailers); in Curl_http_req_free() 4379 Curl_dynhds_init(&resp->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_resp_make() 4394 Curl_dynhds_free(&resp->trailers); in Curl_http_resp_free()
|
/curl/docs/libcurl/ |
H A D | curl_easy_nextheader.md | 85 /* extract the normal headers + 1xx + trailers from the last request */
|
Completed in 22 milliseconds