Lines Matching defs:HTTP
76 struct HTTP; /* see below */
79 struct HTTP *http,
182 * automatically add an "Expect: 100-continue" header in HTTP requests. When
191 combined that libcurl allows for a single HTTP response, any HTTP
198 * HTTP unique setup
200 struct HTTP {
218 void *h2_ctx; /* HTTP/2 implementation context */
219 void *h3_ctx; /* HTTP/3 implementation context */
258 /* Decode HTTP status code string. */
263 * All about a core HTTP request, excluding body and trailers
275 * Create a HTTP request struct.
296 * Create the list of HTTP/2 headers which represent the request,
297 * using HTTP/2 pseudo headers preceding the `req->headers`.
306 * @param h2_headers will contain the HTTP/2 headers on success
314 * All about a core HTTP response, excluding body and trailers
325 * Create a HTTP response struct.