Lines Matching full:http

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,
290 pre-established with a \s-1TLS\s0 proxy using the \s-1HTTP CONNECT\s0 method,
303 If <rctx> indicates using a proxy for \s-1HTTP\s0 (but not \s-1HTTPS\s0), the server host
307 the \fIpath\fR argument beginning with \f(CW\*(C`http://\*(C'\fR (thus giving an absoluteURI).
309 If \fIreq\fR is \s-1NULL\s0 the \s-1HTTP GET\s0 method will be used to send the request
310 else \s-1HTTP POST\s0 with the contents of \fIreq\fR and optional \fIcontent_type\fR, where
313 The optional list \fIheaders\fR may contain additional custom \s-1HTTP\s0 header lines.
316 is included in the \s-1HTTP\s0 header of the response and return an error if not.
322 the subsequent \s-1HTTP\s0 transfer (sending the request and receiving a response)
326 when opening the \s-1HTTP\s0 transfer will be used instead.
328 after receiving a response, which is the default behavior for \s-1HTTP 1.0.\s0
333 \&\fBOSSL_HTTP_exchange()\fR exchanges any form of \s-1HTTP\s0 request and response
337 If the \s-1HTTP\s0 method is \s-1GET\s0 and \fIredirection_url\fR
339 the server may return with \s-1HTTP\s0 code 301 (\s-1MOVED_PERMANENTLY\s0) or 302 (\s-1FOUND\s0).
352 \&\fBOSSL_HTTP_get()\fR uses \s-1HTTP GET\s0 to obtain data from \fIbio\fR if non-NULL,
354 It supports redirection via \s-1HTTP\s0 status code 301 or 302. It is meant for
366 \&\fBOSSL_HTTP_transfer()\fR exchanges an \s-1HTTP\s0 request and response
381 It must be 1 if no error occurred during the \s-1HTTP\s0 transfer and 0 otherwise.
387 other \s-1HTTP\s0 client implementations such as wget, curl, and git.