Lines Matching refs:response
59 B<OSSL_HTTP_REQ_CTX> is a context structure for an HTTP request and response,
68 the B<BIO> to read/receive the response from (I<rbio>, which may be equal to
69 I<wbio>), and the maximum expected response header line length I<buf_size>.
98 of the HTTP client on the response.
104 is included in the HTTP header of the response and return an error if not.
113 expected as the response content and input streaming is disabled. This means
115 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.
120 the subsequent HTTP transfer (sending the request and receiving a response)
127 kept open after receiving a response. This is the default behavior for HTTP 1.0.
147 and to gather the response via HTTP, using the I<wbio> and I<rbio>
154 in addition parses the response, which must be a DER-encoded ASN.1 structure,
158 in order to exchange a request and response or until a timeout is reached.
160 If an ASN.1-encoded response was expected, this is the BIO
165 When this BIO is returned, it has been read past the end of the response header,
166 such that the actual response body can be read from it.
172 After receiving a response via HTTP, the BIO represents the current state of
173 reading the response header. If the response was expected to be ASN.1 encoded,
177 OSSL_HTTP_REQ_CTX_get_resp_len() returns the size of the response contents
181 response content length for I<rctx> to I<len>. If not set or I<len> is 0
200 for the number of HTTP headers which can be received in a response. The default
201 value is 256. If the number of HTTP headers in a response exceeds the limit,
207 The server's response may be unexpected if the hostname that was used to
265 OSSL_HTTP_REQ_CTX_get_resp_len() returns the size of the response contents