Home
last modified time | relevance | path

Searched refs:trailers (Results 1 – 11 of 11) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_TRAILERFUNCTION.md46 trailers have been sent.
53 either continue with sending the trailers or to abort the request.
90 /* Set the trailers filling callback */
/curl/tests/data/
H A Dtest194343 curl_easy_header with trailers
H A Dtest154051 chunked with trailers and pausing the receive
H A Dtest159128 HTTP PUT with trailers at the end
H A Dtest159828 HTTP POST with trailers at the end
H A Dtest154157 chunked with trailers and pausing the receive
H A DDISABLED67 # Several tests fail due to hyper's lack of trailers support: 266, 1417, 1540,
/curl/lib/
H A Dhttp.h234 struct dynhds trailers; member
283 struct dynhds trailers; member
H A Dhttp_chunks.c505 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 Dhttp.c4095 Curl_dynhds_init(&req->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_req_make()
4253 Curl_dynhds_init(&req->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_req_make2()
4270 Curl_dynhds_free(&req->trailers); in Curl_http_req_free()
4384 Curl_dynhds_init(&resp->trailers, 0, DYN_HTTP_REQUEST); in Curl_http_resp_make()
4399 Curl_dynhds_free(&resp->trailers); in Curl_http_resp_free()
/curl/docs/libcurl/
H A Dcurl_easy_nextheader.md82 /* extract the normal headers + 1xx + trailers from the last request */

Completed in 34 milliseconds