Home
last modified time | relevance | path

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

/crypto/http/
A Dhttp_client.c228 int OSSL_HTTP_REQ_CTX_add1_header(OSSL_HTTP_REQ_CTX *rctx, in OSSL_HTTP_REQ_CTX_add1_header() function
295 && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Connection", "keep-alive")) in set1_content()
384 if (!OSSL_HTTP_REQ_CTX_add1_header(rctx, hdr->name, hdr->value)) in add1_headers()
388 if (add_host && !OSSL_HTTP_REQ_CTX_add1_header(rctx, "Host", host)) in add1_headers()

Completed in 9 milliseconds