Home
last modified time | relevance | path

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

/freebsd-src/crypto/heimdal/appl/test/
H A Dhttp_client.c177 http_find_header(struct http_req *req, const char *header) in http_find_header() function
349 if (http_find_header(&req, "WWW-Authenticate:") == NULL) in main()
355 const char *h = http_find_header(&req, "WWW-Authenticate:"); in main()