| /freebsd-12.1/usr.sbin/bsdconfig/share/media/ |
| H A D | httpproxy.subr | 52 # HTTP Proxy server to use. Valid examples include: 136 # The HTTP proxy server host name, IPv4 address or IPv6 address. 142 # The TCP port to connect to when communicating with the HTTP 145 # The FTP URL sent to the HTTP proxy server. Unused if 202 printf "GET %s/ HTTP/1.0\r\n\r\n" "${proxy_path%/}" | 217 /^HTTP.... 200 / { 257 # The HTTP proxy server to connect to. Usually set by having 263 # The FTP URL to send to the HTTP proxy server. Usually set by 347 # HTTP proxy host to connect. Can be an IPv4 address, IPv6 353 # use as a prefix when requesting $file via HTTP proxy. [all …]
|
| H A D | http.subr | 127 # repository on the HTTP server. Valid examples include: 210 # Set the name of the HTTP device to the URL 341 # The HTTP server host name, IPv4 address or IPv6 address. 401 printf "GET %s/ HTTP/1.0\r\n\r\n" "${http_path%/}" | 416 /^HTTP.... 200 / { 431 # existence of at least one known HTTP server release path directly via HTTP 437 # The HTTP server to connect to. Must be set. Also see 442 # The HTTP path sent to the server. Usually set by calling 458 f_dprintf "HTTP device already initialized." 545 # HTTP server which to connect. Can be an IPv4 address, IPv6 [all …]
|
| /freebsd-12.1/usr.sbin/bsdconfig/include/ |
| H A D | media.hlp | 29 via an HTTP proxy. 32 for the server. Using an HTTP proxy is sometimes necessary 42 HTTP Direct 43 Get the distribution files directly from an HTTP server. 45 If you chose to enter your own URL in the HTTP Direct menu,
|
| H A D | messages.subr | 170 msg_http_direct="HTTP Direct" 171 msg_http_proxy="HTTP Proxy" 181 msg_install_from_an_ftp_server_thru_proxy="Install from an FTP server through an HTTP proxy" 182 msg_install_from_an_http_server="Install from an HTTP server" 298 msg_please_enter_the_address_of_the_http_proxy="Please enter the address of the HTTP proxy in this … 309 msg_please_select_a_freebsd_http_distribution_site="Please select a FreeBSD HTTP distribution site" 347 msg_reuse_old_http_site_settings="Re-use old HTTP site settings?" 441 msg_www_desc="Web utilities (browsers, HTTP servers, etc)."
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | tsget.pod | 6 tsget - Time Stamping HTTP/HTTPS client 28 specified in B<RFC 3161>, to a time stamp server over HTTP or HTTPS and storing 35 The tool sends the following HTTP request for each time stamp request: 37 POST url HTTP/1.1 56 The URL of the HTTP/HTTPS server listening for time stamp requests. 142 time stamp requests, tsa.opentsa.org listens at port 8080 for HTTP requests 146 Get a time stamp response for file1.tsq over HTTP, output is written to 151 Get a time stamp response for file1.tsq and file2.tsq over HTTP showing
|
| /freebsd-12.1/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_http.c | 3951 HTTP(basic), 3952 HTTP(cancel), 3954 HTTP(post), 3955 HTTP(put), 3956 HTTP(delete), 3958 HTTP(failure), 3959 HTTP(connection), 3971 HTTP(highport), 3975 HTTP(chunk_out), 3978 HTTP(stream_in), [all …]
|
| /freebsd-12.1/contrib/libevent/test/ |
| H A D | regress_http.c | 4568 HTTP(basic), 4569 HTTP(simple), 4585 HTTP(post), 4586 HTTP(put), 4587 HTTP(delete), 4589 HTTP(failure), 4590 HTTP(connection), 4603 HTTP(highport), 4607 HTTP(chunk_out), 4610 HTTP(stream_in), [all …]
|
| /freebsd-12.1/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) 26 o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf) 54 o Remove the limit on size of HTTP headers by removing static buffers. 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 135 o include Content-Length in reply for HTTP/1.0 requests with keep-alive 150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb. 168 o always generate Date and Content-Length headers for HTTP/1.1 replies 169 o set the correct event base for HTTP close events 184 o Add a "Date" header to HTTP responses, as required by HTTP 1.1. [all …]
|
| H A D | ChangeLog-2.0 | 422 NEW AND MODIFIED HTTP APIs 437 HTTP BUGFIXES 481 HTTP CLEANUPS 506 o Add a basic example of how to write a static HTTP server. (4e794d5) 656 o Fix the default HTTP error template (06bd056 Felix Nawothnig) 776 o Allow empty reason line in HTTP status (739e688 Pierre Phaneuf) 1150 o set the correct event base for HTTP close events 1221 o support for virtual HTTP hosts. 1232 o Fix connection keep-alive behavior for HTTP/1.0 1245 o Support multi-line HTTP headers; based on a patch from Moshe Litvin [all …]
|
| /freebsd-12.1/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) 26 o Do not abort HTTP requests missing a reason string. (29d7b32 Pierre Phaneuf) 54 o Remove the limit on size of HTTP headers by removing static buffers. 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 135 o include Content-Length in reply for HTTP/1.0 requests with keep-alive 150 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb. 168 o always generate Date and Content-Length headers for HTTP/1.1 replies 169 o set the correct event base for HTTP close events 184 o Add a "Date" header to HTTP responses, as required by HTTP 1.1. [all …]
|
| H A D | ChangeLog-2.0 | 422 NEW AND MODIFIED HTTP APIs 437 HTTP BUGFIXES 481 HTTP CLEANUPS 506 o Add a basic example of how to write a static HTTP server. (4e794d5) 656 o Fix the default HTTP error template (06bd056 Felix Nawothnig) 776 o Allow empty reason line in HTTP status (739e688 Pierre Phaneuf) 1150 o set the correct event base for HTTP close events 1221 o support for virtual HTTP hosts. 1232 o Fix connection keep-alive behavior for HTTP/1.0 1245 o Support multi-line HTTP headers; based on a patch from Moshe Litvin [all …]
|
| /freebsd-12.1/contrib/ntp/scripts/update-leap/ |
| H A D | update-leap.in | 29 use HTTP::Tiny 0.056; 286 $http = HTTP::Tiny->new(%SSL_ATTRS); 291 $http = HTTP::Tiny->new(); 466 HTTP::Tiny - version >= 0.056
|
| /freebsd-12.1/contrib/bearssl/samples/ |
| H A D | README.txt | 6 handshake, sends a basic HTTP GET request, and dumps the complete 16 single HTTP request (that it does not really parse; it just waits for
|
| /freebsd-12.1/contrib/libevent/sample/ |
| H A D | https-client.c | 211 enum { HTTP, HTTPS } type = HTTP; in main() enumerator 481 if (type == HTTP && ssl) in main()
|
| /freebsd-12.1/tools/test/testfloat/ |
| H A D | README.txt | 24 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'. 49 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/TestFloat.html'.
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | OCSP_sendreq_new.pod | 78 These functions only perform a minimal HTTP query to a responder. If an 80 alternative more complete HTTP library. 82 Currently only HTTP POST queries to responders are supported.
|
| /freebsd-12.1/contrib/serf/build/ |
| H A D | serf.pc.in | 8 Description: HTTP client library
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | libsvn_ra_serf.pc.in | 7 Description: Subversion HTTP/WebDAV Protocol Repository Access Library
|
| /freebsd-12.1/contrib/serf/ |
| H A D | README | 1 Welcome to Apache Serf, a high-performance asynchronous HTTP client library. 3 The Apache Serf library is a C-based HTTP client library built upon the Apache
|
| /freebsd-12.1/contrib/tnftp/ |
| H A D | NEWS | 18 Improve parsing of HTTP chunked transfers per RFC2616.
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | sgml | 132 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text 133 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
|
| /freebsd-12.1/lib/libfetch/ |
| H A D | http.errors | 45 505 PROTO HTTP Version not supported
|
| /freebsd-12.1/lib/libc/softfloat/ |
| H A D | README.txt | 39 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | FAQ | 322 39. What's the difference between the "gzip" and "deflate" HTTP 1.1 encodings? 326 the raw deflate compressed data format. While the HTTP 1.1 RFC 2616 334 an unfortunate choice of name on the part of the HTTP 1.1 authors. 336 Bottom line: use the gzip format for HTTP 1.1 encoding.
|
| /freebsd-12.1/contrib/subversion/subversion/ |
| H A D | svn_private_config.hw | 77 /* The default HTTP library to use */
|