HelenOS sources

http_headers_find_single  101 uspace/lib/http/include/http/http.h extern errno_t http_headers_find_single(http_headers_t *, const char *,
http_headers_find_single  296 uspace/lib/http/src/headers.c 	errno_t rc = http_headers_find_single(headers, name, &header);
http_headers_find_single  315 uspace/lib/http/src/headers.c 	errno_t rc = http_headers_find_single(headers, name, &header);
HelenOS homepage, sources at GitHub