/freebsd/stand/efi/include/Protocol/ |
H A D | Http.h | 2 This file defines the EFI HTTP Protocol interface. It is split into 4 HTTP Service Binding Protocol (HTTPSB) 5 HTTP Protocol (HTTP) 12 http://opensource.org/licenses/bsd-license.php 115 /// Set to TRUE to instruct the EFI HTTP instance to use the default address 158 /// HTTP version that this instance will support. 191 /// The HTTP method (e.g. GET, POST) for this HTTP Request. 195 /// The URI of a remote host. From the information in this field, the HTTP instance 196 /// will be able to determine whether to use HTTP or HTTPS and will also be able to 197 /// determine the port number to use. If no port number is specified, port 80 (HTTP) [all …]
|
/freebsd/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
H A D | no_host_v4v6.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 4 ai3: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 5 ai4: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 20 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 21 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 22 ai3: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 23 ai4: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 25 arg: flags 0x3 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http [all …]
|
H A D | no_host_v4.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http 2 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 3 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 14 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 15 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 17 arg: flags 0x3 family 0 socktype 0 protocol 0 addrlen 0 host (empty) serv http 18 ai1: flags 0x3 family 2 socktype 2 protocol 17 addrlen 16 host 0.0.0.0 serv http 19 ai2: flags 0x3 family 2 socktype 1 protocol 6 addrlen 16 host 0.0.0.0 serv http 30 ai1: flags 0x3 family 2 socktype 2 protocol 17 addrlen 16 host 0.0.0.0 serv http 31 ai2: flags 0x3 family 2 socktype 1 protocol 6 addrlen 16 host 0.0.0.0 serv http [all …]
|
H A D | basics_v4v6.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host 127.0.0.1 serv http 6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv http 10 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 11 ai2: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 12 ai3: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http [all …]
|
H A D | basics_v4.exp | 1 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host ::1 serv http 2 ai1: flags 0x2 family 24 socktype 2 protocol 17 addrlen 28 host ::1 serv http 3 ai2: flags 0x2 family 24 socktype 1 protocol 6 addrlen 28 host ::1 serv http 5 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host 127.0.0.1 serv http 6 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 7 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http 9 arg: flags 0x2 family 0 socktype 0 protocol 0 addrlen 0 host localhost serv http 10 ai1: flags 0x2 family 2 socktype 2 protocol 17 addrlen 16 host 127.0.0.1 serv http 11 ai2: flags 0x2 family 2 socktype 1 protocol 6 addrlen 16 host 127.0.0.1 serv http
|
/freebsd/contrib/ntp/sntp/libevent/include/event2/ |
H A D | http.h | 44 /** @file event2/http.h 46 * Basic support for HTTP serving. 50 * need to write HTTP code. The following prototypes and definitions provide 51 * an application with a minimal interface for making HTTP requests and for 52 * creating a very simple HTTP server. 61 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ 78 * Create a new HTTP server. 80 * @param base (optional) the event base to receive the HTTP events 89 * Binds an HTTP server on the specified address and port. 91 * Can be called multiple times to bind the same http server [all …]
|
/freebsd/contrib/libevent/include/event2/ |
H A D | http.h | 44 /** @file event2/http.h 46 * Basic support for HTTP serving. 50 * need to write HTTP code. The following prototypes and definitions provide 51 * an application with a minimal interface for making HTTP requests and for 52 * creating a very simple HTTP server. 61 #define HTTP_BADREQUEST 400 /**< invalid http request was made */ 78 * Create a new HTTP server. 80 * @param base (optional) the event base to receive the HTTP events 89 * Binds an HTTP server on the specified address and port. 91 * Can be called multiple times to bind the same http server [all …]
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | http.subr | 32 f_dprintf "%s: loading includes..." media/http.subr 67 # Prompt the user to select from a range of ``built-in'' HTTP servers or 111 setvar $VAR_HTTP_PATH "http://$value" 119 # Return success if we both found and set the media type to be an HTTP server. 125 # repository on the HTTP server. Valid examples include: 126 # http://myhost 127 # http://somename:80/pub/ 128 # http://192.168.2.3/pub/ 129 # http://[::1]:8000/ 141 # The HTTP host to connect to, parsed from VAR_HTTP_PATH. In the [all …]
|
H A D | httpproxy.subr | 45 # accessed via http proxy. 50 # HTTP Proxy server to use. Valid examples include: 128 # Return success if able list a remote FTP directory via HTTP proxy. If 134 # The HTTP proxy server host name, IPv4 address or IPv6 address. 140 # The TCP port to connect to when communicating with the HTTP 143 # The FTP URL sent to the HTTP proxy server. Unused if 200 printf "GET %s/ HTTP/1.0\r\n\r\n" "${proxy_path%/}" | 215 /^HTTP.... 200 / { 248 # Initializes the HTTP Proxy media device. Returns success if able to confirm 249 # the existence of at least one known FTP server release path via HTTP proxy [all …]
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 58 #include "event2/http.h" 65 #include "http-internal.h" 515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl() local 521 if (http_bind(http, &port2, server_flags) == -1) { in http_basic_test_impl() 534 /* first half of the http request */ in http_basic_test_impl() 575 "GET http://somehost.net/test HTTP/1.1\r\n" in http_basic_test_impl() 586 evhttp_free(http); in http_basic_test_impl() 592 { http_basic_test_impl(arg, 0, "GET /test HTTP/1.1"); } in http_basic_test() 594 { http_basic_test_impl(arg, 0, "GET /test HTTP/1.1 "); } in http_basic_trailing_space_test() 692 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test() local [all …]
|
H A D | regress_rpc.c | 60 #include "event2/http.h" 140 struct evhttp *http = NULL; in rpc_setup() local 143 http = http_setup(&port); in rpc_setup() 144 base = evrpc_init(http); in rpc_setup() 149 *phttp = http; in rpc_setup() 187 struct evhttp *http = NULL; in rpc_basic_test() local 192 rpc_setup(&http, &port, &base); in rpc_basic_test() 198 * At this point, we want to schedule an HTTP POST request in rpc_basic_test() 226 evhttp_free(http); in rpc_basic_test() 256 struct evhttp *http = NULL; in rpc_basic_message() local [all …]
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 58 #include "event2/http.h" 65 #include "http-internal.h" 515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl() local 521 if (http_bind(http, &port2, server_flags) == -1) { in http_basic_test_impl() 534 /* first half of the http request */ in http_basic_test_impl() 575 "GET http://somehost.net/test HTTP/1.1\r\n" in http_basic_test_impl() 586 evhttp_free(http); in http_basic_test_impl() 592 { http_basic_test_impl(arg, 0, "GET /test HTTP/1.1"); } in http_basic_test() 594 { http_basic_test_impl(arg, 0, "GET /test HTTP/1.1 "); } in http_basic_trailing_space_test() 692 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test() local [all …]
|
H A D | regress_rpc.c | 60 #include "event2/http.h" 140 struct evhttp *http = NULL; in rpc_setup() local 143 http = http_setup(&port); in rpc_setup() 144 base = evrpc_init(http); in rpc_setup() 149 *phttp = http; in rpc_setup() 187 struct evhttp *http = NULL; in rpc_basic_test() local 192 rpc_setup(&http, &port, &base); in rpc_basic_test() 198 * At this point, we want to schedule an HTTP POST request in rpc_basic_test() 226 evhttp_free(http); in rpc_basic_test() 256 struct evhttp *http = NULL; in rpc_basic_message() local [all …]
|
/freebsd/contrib/ntp/html/scripts/ |
H A D | external.txt | 2 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/book.html'>Computer Network Time Synch… 3 <li class='inline'><a href='http://www.ntp.org/index.html'>NTP Public Services Project (home page)<… 4 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ntp.html'>NTP Research Project (home p… 5 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/exec.html'>Executive Summary: Computer… 6 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/leap.html'>The NTP Timescale and Leap … 7 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/time.html'>NTP Timestamp Calculations<… 8 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/y2k.html'>The NTP Era and Era Numberin… 9 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/stamp.html'>Timestamp Capture Principl… 10 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/onwire.html'>Analysis and Simulation o… 11 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/proximity.html'>Time Synchroization fo… [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_HTTP_REQ_CTX.pod | 19 - HTTP client low-level functions 23 #include <openssl/http.h> 55 B<OSSL_HTTP_REQ_CTX> is a context structure for an HTTP request and response, 58 This file documents low-level HTTP functions rarely used directly. High-level 59 HTTP client functions like L<OSSL_HTTP_get(3)> and L<OSSL_HTTP_transfer(3)> 62 OSSL_HTTP_REQ_CTX_new() allocates a new HTTP request context structure, 70 which collects the HTTP request header lines. 72 OSSL_HTTP_REQ_CTX_free() frees up the HTTP request context I<rctx>. 76 OSSL_HTTP_REQ_CTX_set_request_line() adds the 1st HTTP request line to I<rctx>. 77 The HTTP method is determined by I<method_POST>, [all …]
|
H A D | OSSL_HTTP_transfer.pod | 13 - HTTP client high-level functions 17 #include <openssl/http.h> 55 OSSL_HTTP_open() initiates an HTTP session using the I<bio> argument if not 62 defaulting to 80 for HTTP or 443 for HTTPS. 75 HTTP(S) proxy to use (unless overridden by "no_proxy" settings). 81 C<[http[s]://][userinfo@]host[:port][/path][?query][#fragment]>, 84 The HTTP client functions connect via the given proxy unless the I<server> 87 Proxying plain HTTP is supported directly, 95 may be used to modify the connection BIO used by the HTTP client, 144 seconds the overall HTTP transfer (i.e., connection setup if needed, [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | ns_tests.c | 69 const char *text = "<foo:e xmlns:foo='http://example.org/' bar:a='12'\n" in START_TEST() 70 " xmlns:bar='http://example.org/'>"; in START_TEST() 73 = {XCS("http://example.org/ e foo"), XCS("http://example.org/ a bar")}; in START_TEST() 136 const char *text = "<n:e xmlns:n='http://example.org/'>\n" in START_TEST() 140 const XML_Char *result = XCS("start http://example.org/ e\n") in START_TEST() 141 XCS("start http://example.org/ f\n") in START_TEST() 142 XCS("attribute http://example.org/ attr\n") in START_TEST() 143 XCS("end http://example.org/ f\n") in START_TEST() 144 XCS("start http://example.org/ g\n") in START_TEST() 145 XCS("attribute http://example.org/ attr2\n") in START_TEST() [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OSSL_HTTP_REQ_CTX.3 | 154 \&\- HTTP client low\-level functions 158 \& #include <openssl/http.h> 190 \&\fB\s-1OSSL_HTTP_REQ_CTX\s0\fR is a context structure for an \s-1HTTP\s0 request and response, 193 This file documents low-level \s-1HTTP\s0 functions rarely used directly. High-level 194 \&\s-1HTTP\s0 client functions like \fBOSSL_HTTP_get\fR\|(3) and \fBOSSL_HTTP_transfer\fR\|(3) 197 \&\fBOSSL_HTTP_REQ_CTX_new()\fR allocates a new \s-1HTTP\s0 request context structure, 205 which collects the \s-1HTTP\s0 request header lines. 207 \&\fBOSSL_HTTP_REQ_CTX_free()\fR frees up the \s-1HTTP\s0 request context \fIrctx\fR. 210 \&\fBOSSL_HTTP_REQ_CTX_set_request_line()\fR adds the 1st \s-1HTTP\s0 request line to \fIrctx\fR. 211 The \s-1HTTP\s0 method is determined by \fImethod_POST\fR, [all …]
|
H A D | OSSL_HTTP_transfer.3 | 148 \&\- HTTP client high\-level functions 152 \& #include <openssl/http.h> 190 \&\fBOSSL_HTTP_open()\fR initiates an \s-1HTTP\s0 session using the \fIbio\fR argument if not 197 defaulting to 80 for \s-1HTTP\s0 or 443 for \s-1HTTPS.\s0 210 \&\s-1HTTP\s0(S) proxy to use (unless overridden by \*(L"no_proxy\*(R" settings). 216 \&\f(CW\*(C`[http[s]://][userinfo@]host[:port][/path][?query][#fragment]\*(C'\fR, 219 The \s-1HTTP\s0 client functions connect via the given proxy unless the \fIserver\fR 222 Proxying plain \s-1HTTP\s0 is supported directly, 230 may be used to modify the connection \s-1BIO\s0 used by the \s-1HTTP\s0 client, 283 seconds the overall \s-1HTTP\s0 transfer (i.e., connection setup if needed, [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | ole2compounddocs | 107 # http://www.q-cad.com/files/samples_cad_files/1344468165.dgn 110 # URL: http://fileformats.archiveteam.org/wiki/WordPerfect 118 # URL: http://fileformats.archiveteam.org/wiki/Microsoft_Works_Word_Processor 125 # URL: http://fileformats.archiveteam.org/wiki/Microsoft_Works_Spreadsheet 132 # URL: http://fileformats.archiveteam.org/wiki/XLS 142 # URL: http://fileformats.archiveteam.org/wiki/PPT 206 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/a/arn-autoruns-v14.trid.xml 218 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/m/mdz.trid.xml 219 # http://fileformats.archiveteam.org/wiki/Microsoft_Compound_File 229 # http://extension.nirsoft.net/mdz [all …]
|
/freebsd/lib/libfetch/ |
H A D | fetch.3 | 178 HTTP requests. 356 .Sh HTTP SCHEME 363 functions implement the HTTP/1.1 protocol. 389 HTTP header to only fetch the content if it is newer than 394 can be used to make requests with an arbitrary HTTP verb, 404 Since there seems to be no good way of implementing the HTTP PUT 411 Based on HTTP SCHEME. 560 FTP and HTTP proxies are supported; if no scheme is specified, FTP is 583 header for HTTP requests. 590 Specifies HTTP authorization parameters as a colon-separated list of [all …]
|
/freebsd/stand/efi/libefi/ |
H A D | efihttp.c | 40 #include <Protocol/Http.h> 70 EFI_HTTP_PROTOCOL *http; member 84 .dv_name = "http", 200 if (strncmp("http", (const char *)uri->Uri, 4) == 0) in efihttp_dev_init() 307 (void **)&oh->http, IH, NULL, EFI_OPEN_PROTOCOL_GET_PROTOCOL); in efihttp_dev_open() 320 status = oh->http->Configure(oh->http, &config); in efihttp_dev_open() 332 * http://127.0.0.1/foo/boot/loader.efi in efihttp_dev_open() 336 * http://127.0.0.1/foo/ in efihttp_dev_open() 412 * Reset the HTTP state. in _efihttp_fs_open() 414 * EDK II's persistent HTTP connection handling is graceless, in _efihttp_fs_open() [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog-1.4 | 17 o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov) 21 o do not fail while sending on http connections the client closed. (5c8b446) 26 o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf) 27 o Fix compile warning in http.c (906d573) 54 o Remove the limit on size of HTTP headers by removing static buffers. 59 o clean up buffered http connection data on reset; reported by Brian O'Kelley 91 o Support multi-line HTTP headers; based on a patch from Moshe Litvin 107 o Fix connection keep-alive behavior for HTTP/1.0 126 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server. 135 o include Content-Length in reply for HTTP/1.0 requests with keep-alive [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog-1.4 | 17 o Do not send an HTTP error when we've already closed or responded. (4fd2dd9 Pavel Plesov) 21 o do not fail while sending on http connections the client closed. (5c8b446) 26 o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf) 27 o Fix compile warning in http.c (906d573) 54 o Remove the limit on size of HTTP headers by removing static buffers. 59 o clean up buffered http connection data on reset; reported by Brian O'Kelley 91 o Support multi-line HTTP headers; based on a patch from Moshe Litvin 107 o Fix connection keep-alive behavior for HTTP/1.0 126 o fix evhttp_bind_socket() so that multiple sockets can be bound by the same http server. 135 o include Content-Length in reply for HTTP/1.0 requests with keep-alive [all …]
|
/freebsd/contrib/ntp/html/ |
H A D | kern.html | 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 11 <p><img src="pic/alice61.gif" alt="gif" align="left"> <a href="http://www.eecis.udel.edu/~mills/pic… 25 …http://www.eecis.udel.edu/%7emills/database/papers/nano/nano2.ps">PostScript</a> | <a href="http:/… 26 …http://www.eecis.udel.edu/%7emills/database/reports/kern/kerna.ps">PostScript</a> | <a href="http:… 27 …roup Report RFC-1589, University of Delaware, March 1994. 31 pp. <a href="http://www.eecis.udel.ed…
|