Lines Matching full:response
58 B<OSSL_HTTP_REQ_CTX> is a context structure for an HTTP request and response,
67 the B<BIO> to read/receive the response from (I<rbio>, which may be equal to
68 I<wbio>), and the maximum expected response header line length I<buf_size>.
97 of the HTTP client on the response.
103 is included in the HTTP header of the response and return an error if not.
112 expected as the response content and input streaming is disabled. This means
114 OSSL_HTTP_REQ_CTX_get0_mem_bio() should be used to get the buffered response.
118 be used directly to read the response contents, which may support streaming.
121 the subsequent HTTP transfer (sending the request and receiving a response)
129 kept open after receiving a response. This is the default behavior for HTTP 1.0.
149 and to gather the response via HTTP, using the I<wbio> and I<rbio>
154 See OSSL_HTTP_REQ_CTX_set_expected() how the response content type,
155 the response body, the HTTP transfer timeout, and "keep-alive" are treated.
159 If the C<Content-Length> header is present in the response
160 and its value exceeds the maximum allowed response content length
161 or the response is an error message with its body length exceeding this value
166 in addition parses the response, which must be a DER-encoded ASN.1 structure,
170 in order to exchange a request and response or until a timeout is reached.
172 If an ASN.1-encoded response was expected, this is the BIO
177 When this BIO is returned, it has been read past the end of the response header,
178 such that the actual response body can be read from it.
184 After receiving a response via HTTP, the BIO represents the current state of
185 reading the response header. If the response was expected to be ASN.1 encoded,
189 OSSL_HTTP_REQ_CTX_get_resp_len() returns the size of the response contents
193 response content length for I<rctx> to I<len>. If not set or I<len> is 0
197 the number of HTTP header lines allowed to be received in a response.
217 The server's response may be unexpected if the hostname that was used to
275 OSSL_HTTP_REQ_CTX_get_resp_len() returns the size of the response contents