Lines Matching full:http

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,
214 an \s-1HTTP\s0 proxy shall forward the request to, otherwise they must be left \s-1NULL.\s0
215 \&\fIpath\fR provides the \s-1HTTP\s0 request path; if left \s-1NULL,\s0 \f(CW\*(C`/\*(C'\fR is use…
216 For backward compatibility, \fIpath\fR may begin with \f(CW\*(C`http://\*(C'\fR and thus convey
217 an absoluteURI. In this case it indicates \s-1HTTP\s0 proxy use and provides also the
230 of the \s-1HTTP\s0 client on the response.
231 Due to the structure of an \s-1HTTP\s0 request, if the \fIkeep_alive\fR argument is
235 is included in the \s-1HTTP\s0 header of the response and return an error if not.
244 the subsequent \s-1HTTP\s0 transfer (sending the request and receiving a response)
251 kept open after receiving a response. This is the default behavior for \s-1HTTP 1.0.\s0
256 \&\fBOSSL_HTTP_REQ_CTX_set1_req()\fR finalizes the \s-1HTTP\s0 request context.
264 The \s-1HTTP\s0 header \f(CW\*(C`Content\-Length\*(C'\fR is filled out with the length of the reque…
267 the \s-1HTTP\s0 header \f(CW\*(C`Content\-Type\*(C'\fR is also added with the given string value.
271 and to gather the response via \s-1HTTP,\s0 using the \fIwbio\fR and \fIrbio\fR
294 Before the \s-1HTTP\s0 request is sent, this could be used to adapt its header lines.
296 After receiving a response via \s-1HTTP,\s0 the \s-1BIO\s0 represents the current state of
311 \&\fBOSSL_HTTP_is_alive()\fR can be used to query if the \s-1HTTP\s0 connection
330 First, the \s-1HTTP\s0 request context must be allocated:
333 Then, the \s-1HTTP\s0 request must be prepared with request data:
343 When the request context is fully prepared, the \s-1HTTP\s0 exchange may be performed