Lines Matching refs:header
69 I<wbio>), and the maximum expected response header line length I<buf_size>.
74 which collects the HTTP request header lines.
91 OSSL_HTTP_REQ_CTX_add1_header() adds header I<name> with value I<value> to the
92 context I<rctx>. It can be called more than once to add multiple header lines.
93 For example, to add a C<Host> header for C<example.com> you would call:
104 is included in the HTTP header of the response and return an error if not.
105 In the content-type header line the specified string should be present either
108 in the header line, followed by a C<;> character and any further text.
114 that an ASN.1 sequence header is required, its length field is checked, and
140 The HTTP header C<Content-Length> is filled out with the length of the request.
143 the HTTP header C<Content-Type> is also added with the given string value.
144 The header lines are added to the internal memory B<BIO> for the request header.
165 When this BIO is returned, it has been read past the end of the response header,
170 Before the HTTP request is sent, this could be used to adapt its header lines.
173 reading the response header. If the response was expected to be ASN.1 encoded,
178 in I<rctx> if provided by the server as <Content-Length> header field, else 0.
183 If the C<Content-Length> header is present and exceeds this value or
208 create the I<wbio>, any C<Host> header, and the host specified in the
226 Adding extra header lines with OSSL_HTTP_REQ_CTX_add1_header().