Home
last modified time | relevance | path

Searched refs:HTTP (Results 1 – 25 of 205) sorted by relevance

123456789

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d395 enum auto isCurlConn = is(Conn : HTTP) || in isCurlConn()
416 static if (is(Conn : HTTP) || is(Conn : FTP))
429 return download!HTTP(url, saveToPath, HTTP());
473 static if (is(Conn : HTTP))
476 conn.method = HTTP.Method.put;
488 return upload!HTTP(loadFromPath, url, HTTP());
491 static if (is(Conn : HTTP) || is(Conn : FTP))
558 static if (is(Conn : HTTP))
560 conn.method = HTTP.Method.get;
573 return get!(HTTP,T)(url, HTTP());
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d410 enum auto isCurlConn = is(Conn : HTTP) || in isCurlConn()
431 static if (is(Conn : HTTP) || is(Conn : FTP))
444 return download!HTTP(url, saveToPath, HTTP());
488 static if (is(Conn : HTTP))
491 conn.method = HTTP.Method.put;
503 return upload!HTTP(loadFromPath, url, HTTP());
506 static if (is(Conn : HTTP) || is(Conn : FTP))
573 static if (is(Conn : HTTP))
575 conn.method = HTTP.Method.get;
588 return get!(HTTP,T)(url, HTTP());
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_CMP_MSG_http_perform.pod6 - 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 DOSSL_HTTP_transfer.pod13 - HTTP client high-level functions
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).
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,
151 pre-established with a TLS proxy using the HTTP CONNECT method,
164 If <rctx> indicates using a proxy for HTTP (but not HTTPS), the server host
[all …]
H A DOCSP_sendreq_new.pod39 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>
/netbsd-src/external/mpl/bind/dist/bin/tests/system/statschannel/
H A Dtests.sh132 POST /xml/v3/status HTTP/1.0
143 POST /xml/v3/status HTTP/1.0
153 POST /xml/v3/status HTTP/1.0
163 POST /xml/v3/status HTTP/1.0
494 echo_i "Check HTTP/1.1 client-side pipelined requests are handled (GET) ($n)"
498 GET /xml/v3/status HTTP/1.1
501 GET /xml/v3/status HTTP/1.1
508 # keep-alive not needed in HTTP/1.1, second response has close
520 echo_i "Check HTTP/1.1 client-side pipelined requests are handled (POST) ($n)"
524 POST /xml/v3/status HTTP/1.
[all...]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dpackage.d78 $(HTTP en.wikipedia.org/wiki/ISO_8601, ISO 8601)<br>
79 $(HTTP en.wikipedia.org/wiki/Tz_database,
81 $(HTTP en.wikipedia.org/wiki/List_of_tz_database_time_zones,
84 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
85 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis) and Kato Shoichi
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dtsget.pod6 tsget - Time Stamping HTTP/HTTPS client
28 specified in B<RFC 3161>, to a timestamp server over HTTP or HTTPS and storing
35 The tool sends the following HTTP request for each timestamp request:
37 POST url HTTP/1.1
56 The URL of the HTTP/HTTPS server listening for timestamp requests.
142 timestamp requests, tsa.opentsa.org listens at port 8080 for HTTP requests
146 Get a timestamp response for file1.tsq over HTTP, output is written to
151 Get a timestamp response for file1.tsq and file2.tsq over HTTP showing
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dtsget.pod5 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
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_http.c4673 #define HTTP(name) HTTP_N(name, name, 0, NULL) macro
4719 HTTP(basic),
4720 HTTP(basic_trailing_space),
4721 HTTP(simple),
4722 HTTP(simple_nonconformant),
4737 HTTP(virtual_host),
4738 HTTP(post),
4739 HTTP(put),
4740 HTTP(delete),
4741 HTTP(allowed_methods),
[all …]
/netbsd-src/libexec/httpd/testsuite/
H A Dt2.out1 HTTP/1.0 200 OK
3 Server: bozotic HTTP server version 5.08
H A Dt4.out1 HTTP/1.1 200 OK
3 Server: bozotic HTTP server version 5.08
H A Dt3.out1 HTTP/1.1 400 Bad Request
4 Server: bozotic HTTP server version 5.08
H A Dt2.in1 GET / HTTP/1.0
H A Dt3.in1 GET / HTTP/1.1
H A Dt10.in1 …xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HTTP/1.0
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/netbsd/
H A Dtime.d7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/
H A Dunistd.d7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
H A Dtime.d7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
8 Authors: $(HTTP jmdavisprog.com, Jonathan M Davis)
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d5 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
6 Authors: Robert Klotzner and $(HTTP jmdavisprog.com, Jonathan M Davis)
7 Standards: $(HTTP http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_statvfs.h.html,
/netbsd-src/external/mit/libuv/dist/
H A DLINKS.md9 * [Haywire](https://github.com/kellabyte/Haywire): Asynchronous HTTP server.
10 * [H2O](https://github.com/h2o/h2o): An optimized HTTP server with support for HTTP/1.x and HTTP/2.
87 * [httpuv](https://github.com/rstudio/httpuv): HTTP and WebSocket server library for R
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOCSP_sendreq_new.pod70 The B<content_type>, if not NULL, will be included in the HTTP request.
95 These functions only perform a minimal HTTP query to a responder. If an
97 alternative more complete HTTP library.
99 Currently only HTTP POST queries to responders are supported.
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libpaa/
H A DPubKeyAccessAuthScheme.txt32 HTTP services are a core Internet technology, yet the Digest authentication
38 method to challenge-based HTTP client authentication.
72 HTTP services are a core Internet technology, yet the Digest authentication
79 Access Authentication scheme allows an HTTP server to authenticate clients using
262 specified in sections 10.33 and 10.34 of the HTTP/1.1 specification [RFC
298 from trustworthy (e.g. HTTP or SOCKS) proxy servers. Therefore, the
339 [RFC 2616] Hypertext Transfer Protocol -- HTTP/1.1
340 [RFC 2617] HTTP Authentication: Basic and Digest Access Authentication
341 [RFC 2818] HTTP Over TLS
/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttps-client.c239 enum { HTTP, HTTPS } type = HTTP; in main() enumerator
521 if (type == HTTP && ssl) in main()
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/
H A DREADME.txt24 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html'.
49 HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/TestFloat.html'.

123456789