OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_http_cmd
(Results
1 - 1
of
1
) sorted by relevancy
/src/share/examples/refuse/ian/libfetch/
http.c
370
_http_cmd
(conn_t *conn, const char *fmt, ...)
function
638
r =
_http_cmd
(conn, "%s: Basic %s", hdr, auth);
881
_http_cmd
(conn, "%s %s://%s%s HTTP/1.1",
884
_http_cmd
(conn, "%s %s HTTP/1.1",
889
_http_cmd
(conn, "Host: %s", host);
917
_http_cmd
(conn, "Referer: %s://%s%s",
920
_http_cmd
(conn, "Referer: %s", p);
923
_http_cmd
(conn, "User-Agent: %s", p);
925
_http_cmd
(conn, "User-Agent: %s " _LIBFETCH_VER, getprogname());
927
_http_cmd
(conn, "Range: bytes=%lld-", (long long)url->offset)
[
all
...]
Completed in 28 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026