| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | OSSL_HTTP_REQ_CTX.pod | 19 - HTTP client low-level functions 70 which collects the HTTP request header lines. 72 OSSL_HTTP_REQ_CTX_free() frees up the HTTP request context I<rctx>. 77 The HTTP method is determined by I<method_POST>, 81 I<path> provides the HTTP request path; if left NULL, C</> is used. 94 of the HTTP client on the response. 120 OSSL_HTTP_REQ_CTX_set1_req() finalizes the HTTP request context. 135 and to gather the response via HTTP, using the I<wbio> and I<rbio> 175 OSSL_HTTP_is_alive() can be used to query if the HTTP connection 195 First, the HTTP request context must be allocated: [all …]
|
| H A D | OSSL_CMP_MSG_http_perform.pod | 6 - client-side HTTP(S) transfer of a CMP request-response pair 21 The default port is 80 for HTTP and 443 for HTTPS; the default path is "/". 24 The function makes use of any HTTP callback function 28 It also respects any HTTP(S) proxy options set via L<OSSL_CMP_CTX_set1_proxy(3)> 30 Proxying plain HTTP is supported directly, 37 HTTP transfer for CMP is defined in RFC 6712.
|
| H A D | OSSL_HTTP_transfer.pod | 13 - HTTP client high-level functions 62 defaulting to 80 for HTTP or 443 for HTTPS. 75 HTTP(S) proxy to use (unless overridden by "no_proxy" settings). 89 Proxying plain HTTP is supported directly, 97 may be used to modify the connection BIO used by the HTTP client, 146 seconds the overall HTTP transfer (i.e., connection setup if needed, 153 pre-established with a TLS proxy using the HTTP CONNECT method, 189 when opening the HTTP transfer will be used instead. 200 If the HTTP method is GET and I<redirection_url> 229 OSSL_HTTP_transfer() exchanges an HTTP request and response [all …]
|
| H A D | OCSP_sendreq_new.pod | 39 These functions perform an OCSP POST request / response transfer over HTTP, 40 using the HTTP request functions described in L<OSSL_HTTP_REQ_CTX(3)>. 55 and to gather the response via HTTP, using the BIO I<io> and I<path>
|
| H A D | X509_load_http.pod | 28 respectively, in ASN.1 format using HTTP from the given B<url>. 30 Maximum size of the HTTP response is 100 kB for certificates and 32 MB for CRLs
|
| /freebsd-14.2/usr.sbin/bsdconfig/share/media/ |
| H A D | httpproxy.subr | 51 # HTTP Proxy server to use. Valid examples include: 135 # The HTTP proxy server host name, IPv4 address or IPv6 address. 141 # The TCP port to connect to when communicating with the HTTP 144 # The FTP URL sent to the HTTP proxy server. Unused if 201 printf "GET %s/ HTTP/1.0\r\n\r\n" "${proxy_path%/}" | 216 /^HTTP.... 200 / { 256 # The HTTP proxy server to connect to. Usually set by having 262 # The FTP URL to send to the HTTP proxy server. Usually set by 346 # HTTP proxy host to connect. Can be an IPv4 address, IPv6 352 # use as a prefix when requesting $file via HTTP proxy. [all …]
|
| H A D | http.subr | 126 # repository on the HTTP server. Valid examples include: 209 # Set the name of the HTTP device to the URL 340 # The HTTP server host name, IPv4 address or IPv6 address. 400 printf "GET %s/ HTTP/1.0\r\n\r\n" "${http_path%/}" | 415 /^HTTP.... 200 / { 430 # existence of at least one known HTTP server release path directly via HTTP 436 # The HTTP server to connect to. Must be set. Also see 441 # The HTTP path sent to the server. Usually set by calling 457 f_dprintf "HTTP device already initialized." 544 # HTTP server which to connect. Can be an IPv4 address, IPv6 [all …]
|
| /freebsd-14.2/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 | 169 msg_http_direct="HTTP Direct" 170 msg_http_proxy="HTTP Proxy" 180 msg_install_from_an_ftp_server_thru_proxy="Install from an FTP server through an HTTP proxy" 181 msg_install_from_an_http_server="Install from an HTTP server" 295 msg_please_enter_the_address_of_the_http_proxy="Please enter the address of the HTTP proxy in this … 306 msg_please_select_a_freebsd_http_distribution_site="Please select a FreeBSD HTTP distribution site" 343 msg_reuse_old_http_site_settings="Re-use old HTTP site settings?" 436 msg_www_desc="Web utilities (browsers, HTTP servers, etc)."
|
| /freebsd-14.2/crypto/openssl/doc/man1/ |
| H A D | tsget.pod | 5 tsget - Time Stamping HTTP/HTTPS client 27 in RFC 3161, to a timestamp server over HTTP or HTTPS and storing the 33 This command sends the following HTTP request for each timestamp request: 35 POST url HTTP/1.1 54 The URL of the HTTP/HTTPS server listening for timestamp requests. 140 timestamp requests, tsa.opentsa.org listens at port 8080 for HTTP requests 144 Get a timestamp response for F<file1.tsq> over HTTP, output is written to 149 Get a timestamp response for F<file1.tsq> and F<file2.tsq> over HTTP showing
|
| H A D | openssl-s_server.pod.in | 54 [B<-HTTP>] 409 =item B<-WWW>, B<-HTTP> 414 If the B<-HTTP> flag is used, the files are sent directly, and should contain 415 any HTTP response headers (including status response line). 427 When acting as web-server (using option B<-WWW> or B<-HTTP>) open files requested 513 The HTTP(S) proxy server to use for reaching the OCSP server unless B<-no_proxy> 525 not to use an HTTP(S) proxy for, separated by commas and/or whitespace 775 instead of BIO_write() to send the HTTP response requested by a client. 776 This option is only valid if B<-WWW> or B<-HTTP> is specified. 798 B<-WWW>, B<-HTTP> or B<-rev>.
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_http.c | 4710 HTTP(basic), 4712 HTTP(simple), 4729 HTTP(post), 4730 HTTP(put), 4731 HTTP(delete), 4733 HTTP(failure), 4734 HTTP(connection), 4747 HTTP(highport), 4751 HTTP(chunk_out), 4754 HTTP(stream_in), [all …]
|
| /freebsd-14.2/contrib/libevent/test/ |
| H A D | regress_http.c | 4710 HTTP(basic), 4712 HTTP(simple), 4729 HTTP(post), 4730 HTTP(put), 4731 HTTP(delete), 4733 HTTP(failure), 4734 HTTP(connection), 4747 HTTP(highport), 4751 HTTP(chunk_out), 4754 HTTP(stream_in), [all …]
|
| /freebsd-14.2/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-14.2/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 …]
|
| /freebsd-14.2/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-14.2/contrib/ntp/scripts/update-leap/ |
| H A D | update-leap.in | 30 use HTTP::Tiny 0.056; 287 $http = HTTP::Tiny->new(%SSL_ATTRS); 292 $http = HTTP::Tiny->new(); 467 HTTP::Tiny - version >= 0.056
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/sample/ |
| H A D | https-client.c | 238 enum { HTTP, HTTPS } type = HTTP; in main() enumerator 520 if (type == HTTP && ssl) in main()
|
| /freebsd-14.2/contrib/libevent/sample/ |
| H A D | https-client.c | 238 enum { HTTP, HTTPS } type = HTTP; in main() enumerator 520 if (type == HTTP && ssl) in main()
|
| /freebsd-14.2/contrib/tnftp/ |
| H A D | NEWS | 18 Improve parsing of HTTP chunked transfers per RFC2616.
|
| /freebsd-14.2/lib/libfetch/ |
| H A D | http.errors | 44 505 PROTO HTTP Version not supported
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | sgml | 145 0 search/1 #\ HTTP\ Cookie\ File Web browser cookie text 146 0 search/1 #\ Netscape\ HTTP\ Cookie\ File Netscape cookie text
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | openssl-env.pod | 141 =item B<HTTP> 143 Traces the HTTP client and server, such as messages being sent and received.
|
| /freebsd-14.2/lib/libc/softfloat/ |
| H A D | README.txt | 38 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.
|