Searched defs:HTTP (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/ |
H A D | curl.d | 2386 struct HTTP struct 2388 mixin Protocol; 2417 /// The HTTP method to use. argument 2486 const m = match(header, regex(r"^HTTP/(\d+)(?:\.(\d+))? (\d+)(?: (.*))?$")); in parseStatusLine() argument 2502 assert(parseStatusLine("HTTP/1.1 200 OK", status) argument 2520 static HTTP opCall(const(char)[] url) in opCall() argument 2529 static HTTP opCall() in opCall() argument 2537 HTTP dup() in dup() argument 2560 maxRedirects = HTTP.defaultMaxRedirects; in initialize() argument 2584 CurlOption opt; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
H A D | curl.d | 2418 struct HTTP struct 2420 mixin Protocol; 2447 /// The HTTP method to use. argument 2515 const m = match(header, regex(r"^HTTP/(\d+)(?:\.(\d+))? (\d+)(?: (.*))?$")); in parseStatusLine() argument 2531 assert(parseStatusLine("HTTP/1.1 200 OK", status) argument 2549 static HTTP opCall(const(char)[] url) in opCall() argument 2558 static HTTP opCall() in opCall() argument 2566 HTTP dup() in dup() argument 2589 maxRedirects = HTTP.defaultMaxRedirects; in initialize() argument 2613 CurlOption opt; [all …]
|
/netbsd-src/external/bsd/libevent/dist/sample/ |
H A D | https-client.c | 239 enum { HTTP, HTTPS } type = HTTP; in main() enumerator
|
/netbsd-src/external/mpl/bind/dist/bin/tests/ |
H A D | test_server.c | 33 typedef enum { UDP, TCP, DOT, HTTPS, HTTP } protocol_t; enumerator
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_http.c | 4673 #define HTTP(name) HTTP_N(name, name, 0, NULL) macro
|