blob: 1d373e8f4e24ca3cd86f774b29414cf280a714b3 [file] [log] [blame]
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -07001#ifndef HEADER_CURL_HTTP_H
2#define HEADER_CURL_HTTP_H
Kristian Monsen5ab50182010-05-14 18:53:44 +01003/***************************************************************************
4 * _ _ ____ _
5 * Project ___| | | | _ \| |
6 * / __| | | | |_) | |
7 * | (__| |_| | _ <| |___
8 * \___|\___/|_| \_\_____|
9 *
Elliott Hughescac39802018-04-27 16:19:43 -070010 * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
Kristian Monsen5ab50182010-05-14 18:53:44 +010011 *
12 * This software is licensed as described in the file COPYING, which
13 * you should have received as part of this distribution. The terms
Alex Deymod15eaac2016-06-28 14:49:26 -070014 * are also available at https://curl.haxx.se/docs/copyright.html.
Kristian Monsen5ab50182010-05-14 18:53:44 +010015 *
16 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
17 * copies of the Software, and permit persons to whom the Software is
18 * furnished to do so, under the terms of the COPYING file.
19 *
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * KIND, either express or implied.
22 *
23 ***************************************************************************/
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070024#include "curl_setup.h"
25
Kristian Monsen5ab50182010-05-14 18:53:44 +010026#ifndef CURL_DISABLE_HTTP
27
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070028#ifdef USE_NGHTTP2
29#include <nghttp2/nghttp2.h>
30#endif
31
Kristian Monsen5ab50182010-05-14 18:53:44 +010032extern const struct Curl_handler Curl_handler_http;
33
34#ifdef USE_SSL
35extern const struct Curl_handler Curl_handler_https;
36#endif
37
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070038/* Header specific functions */
Kristian Monsen5ab50182010-05-14 18:53:44 +010039bool Curl_compareheader(const char *headerline, /* line to check */
40 const char *header, /* header keyword _with_ colon */
41 const char *content); /* content string to find */
42
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070043char *Curl_copy_header_value(const char *header);
Kristian Monsen5ab50182010-05-14 18:53:44 +010044
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070045char *Curl_checkProxyheaders(const struct connectdata *conn,
46 const char *thisheader);
Kristian Monsen5ab50182010-05-14 18:53:44 +010047/* ------------------------------------------------------------------------- */
48/*
49 * The add_buffer series of functions are used to build one large memory chunk
50 * from repeated function invokes. Used so that the entire HTTP request can
51 * be sent in one go.
52 */
53struct Curl_send_buffer {
54 char *buffer;
55 size_t size_max;
56 size_t size_used;
57};
58typedef struct Curl_send_buffer Curl_send_buffer;
59
60Curl_send_buffer *Curl_add_buffer_init(void);
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070061void Curl_add_buffer_free(Curl_send_buffer *buff);
Kristian Monsen5ab50182010-05-14 18:53:44 +010062CURLcode Curl_add_bufferf(Curl_send_buffer *in, const char *fmt, ...);
63CURLcode Curl_add_buffer(Curl_send_buffer *in, const void *inptr, size_t size);
64CURLcode Curl_add_buffer_send(Curl_send_buffer *in,
Lucas Eckels9bd90e62012-08-06 15:07:02 -070065 struct connectdata *conn,
66 long *bytes_written,
67 size_t included_body_bytes,
68 int socketindex);
Kristian Monsen5ab50182010-05-14 18:53:44 +010069
Alex Deymoe3149cc2016-10-05 11:18:42 -070070CURLcode Curl_add_timecondition(struct Curl_easy *data,
Kristian Monsen5ab50182010-05-14 18:53:44 +010071 Curl_send_buffer *buf);
72CURLcode Curl_add_custom_headers(struct connectdata *conn,
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070073 bool is_connect,
74 Curl_send_buffer *req_buffer);
Kristian Monsen5ab50182010-05-14 18:53:44 +010075
76/* protocol-specific functions set up to be called by the main engine */
77CURLcode Curl_http(struct connectdata *conn, bool *done);
78CURLcode Curl_http_done(struct connectdata *, CURLcode, bool premature);
79CURLcode Curl_http_connect(struct connectdata *conn, bool *done);
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070080CURLcode Curl_http_setup_conn(struct connectdata *conn);
Kristian Monsen5ab50182010-05-14 18:53:44 +010081
82/* The following functions are defined in http_chunks.c */
83void Curl_httpchunk_init(struct connectdata *conn);
84CHUNKcode Curl_httpchunk_read(struct connectdata *conn, char *datap,
85 ssize_t length, ssize_t *wrote);
86
87/* These functions are in http.c */
Alex Deymoe3149cc2016-10-05 11:18:42 -070088void Curl_http_auth_stage(struct Curl_easy *data, int stage);
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070089CURLcode Curl_http_input_auth(struct connectdata *conn, bool proxy,
90 const char *auth);
Kristian Monsen5ab50182010-05-14 18:53:44 +010091CURLcode Curl_http_auth_act(struct connectdata *conn);
92CURLcode Curl_http_perhapsrewind(struct connectdata *conn);
93
Kristian Monsen5ab50182010-05-14 18:53:44 +010094/* If only the PICKNONE bit is set, there has been a round-trip and we
95 selected to use no auth at all. Ie, we actively select no auth, as opposed
96 to not having one selected. The other CURLAUTH_* defines are present in the
97 public curl/curl.h header. */
98#define CURLAUTH_PICKNONE (1<<30) /* don't use auth */
99
100/* MAX_INITIAL_POST_SIZE indicates the number of bytes that will make the POST
101 data get included in the initial data chunk sent to the server. If the
102 data is larger than this, it will automatically get split up in multiple
103 system calls.
104
105 This value used to be fairly big (100K), but we must take into account that
106 if the server rejects the POST due for authentication reasons, this data
Elliott Hughes1ef06ba2018-05-30 15:43:58 -0700107 will always be unconditionally sent and thus it may not be larger than can
Kristian Monsen5ab50182010-05-14 18:53:44 +0100108 always be afforded to send twice.
109
110 It must not be greater than 64K to work on VMS.
111*/
112#ifndef MAX_INITIAL_POST_SIZE
113#define MAX_INITIAL_POST_SIZE (64*1024)
114#endif
115
Elliott Hughes82be86d2017-09-20 17:00:17 -0700116/* EXPECT_100_THRESHOLD is the request body size limit for when libcurl will
117 * automatically add an "Expect: 100-continue" header in HTTP requests. When
118 * the size is unknown, it will always add it.
119 *
120 */
121#ifndef EXPECT_100_THRESHOLD
122#define EXPECT_100_THRESHOLD 1024
Kristian Monsen5ab50182010-05-14 18:53:44 +0100123#endif
124
125#endif /* CURL_DISABLE_HTTP */
126
127/****************************************************************************
128 * HTTP unique setup
129 ***************************************************************************/
130struct HTTP {
Alex Deymo486467e2017-12-19 19:04:07 +0100131 curl_mimepart *sendit;
Kristian Monsen5ab50182010-05-14 18:53:44 +0100132 curl_off_t postsize; /* off_t to handle large file sizes */
133 const char *postdata;
134
135 const char *p_pragma; /* Pragma: string */
136 const char *p_accept; /* Accept: string */
137 curl_off_t readbytecount;
138 curl_off_t writebytecount;
139
140 /* For FORM posting */
Alex Deymo486467e2017-12-19 19:04:07 +0100141 curl_mimepart form;
Kristian Monsen5ab50182010-05-14 18:53:44 +0100142
143 struct back {
144 curl_read_callback fread_func; /* backup storage for fread pointer */
145 void *fread_in; /* backup storage for fread_in pointer */
146 const char *postdata;
147 curl_off_t postsize;
148 } backup;
149
150 enum {
151 HTTPSEND_NADA, /* init */
152 HTTPSEND_REQUEST, /* sending a request */
153 HTTPSEND_BODY, /* sending body */
154 HTTPSEND_LAST /* never use this */
155 } sending;
156
157 void *send_buffer; /* used if the request couldn't be sent in one chunk,
158 points to an allocated send_buffer struct */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700159
160#ifdef USE_NGHTTP2
161 /*********** for HTTP/2 we store stream-local data here *************/
162 int32_t stream_id; /* stream we are interested in */
163
164 bool bodystarted;
165 /* We store non-final and final response headers here, per-stream */
166 Curl_send_buffer *header_recvbuf;
167 size_t nread_header_recvbuf; /* number of bytes in header_recvbuf fed into
168 upper layer */
Alex Deymod15eaac2016-06-28 14:49:26 -0700169 Curl_send_buffer *trailer_recvbuf;
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700170 int status_code; /* HTTP status code */
171 const uint8_t *pausedata; /* pointer to data received in on_data_chunk */
172 size_t pauselen; /* the number of bytes left in data */
173 bool closed; /* TRUE on HTTP2 stream close */
Elliott Hughescee03382017-06-23 12:17:18 -0700174 bool close_handled; /* TRUE if stream closure is handled by libcurl */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700175 char *mem; /* points to a buffer in memory to store received data */
176 size_t len; /* size of the buffer 'mem' points to */
177 size_t memlen; /* size of data copied to mem */
178
179 const uint8_t *upload_mem; /* points to a buffer to read from */
180 size_t upload_len; /* size of the buffer 'upload_mem' points to */
181 curl_off_t upload_left; /* number of bytes left to upload */
Alex Deymod15eaac2016-06-28 14:49:26 -0700182
183 char **push_headers; /* allocated array */
184 size_t push_headers_used; /* number of entries filled in */
185 size_t push_headers_alloc; /* number of entries allocated */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700186#endif
187};
188
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700189#ifdef USE_NGHTTP2
190/* h2 settings for this connection */
191struct h2settings {
192 uint32_t max_concurrent_streams;
193 bool enable_push;
194};
195#endif
196
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700197struct http_conn {
198#ifdef USE_NGHTTP2
199#define H2_BINSETTINGS_LEN 80
200 nghttp2_session *h2;
201 uint8_t binsettings[H2_BINSETTINGS_LEN];
202 size_t binlen; /* length of the binsettings data */
Elliott Hughes1ef06ba2018-05-30 15:43:58 -0700203 Curl_send *send_underlying; /* underlying send Curl_send callback */
204 Curl_recv *recv_underlying; /* underlying recv Curl_recv callback */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700205 char *inbuf; /* buffer to receive data from underlying socket */
206 size_t inbuflen; /* number of bytes filled in inbuf */
207 size_t nread_inbuf; /* number of bytes read from in inbuf */
208 /* We need separate buffer for transmission and reception because we
209 may call nghttp2_session_send() after the
210 nghttp2_session_mem_recv() but mem buffer is still not full. In
211 this case, we wrongly sends the content of mem buffer if we share
212 them for both cases. */
213 int32_t pause_stream_id; /* stream ID which paused
214 nghttp2_session_mem_recv */
Alex Deymod15eaac2016-06-28 14:49:26 -0700215 size_t drain_total; /* sum of all stream's UrlState.drain */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700216
Alex Deymoe3149cc2016-10-05 11:18:42 -0700217 /* this is a hash of all individual streams (Curl_easy structs) */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700218 struct h2settings settings;
Elliott Hughes82be86d2017-09-20 17:00:17 -0700219
220 /* list of settings that will be sent */
221 nghttp2_settings_entry local_settings[3];
222 size_t local_settings_num;
Elliott Hughescac39802018-04-27 16:19:43 -0700223 uint32_t error_code; /* HTTP/2 error code */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700224#else
225 int unused; /* prevent a compiler warning */
226#endif
Kristian Monsen5ab50182010-05-14 18:53:44 +0100227};
228
Alex Deymoe3149cc2016-10-05 11:18:42 -0700229CURLcode Curl_http_readwrite_headers(struct Curl_easy *data,
Kristian Monsen5ab50182010-05-14 18:53:44 +0100230 struct connectdata *conn,
231 ssize_t *nread,
232 bool *stop_reading);
233
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700234/**
235 * Curl_http_output_auth() setups the authentication headers for the
236 * host/proxy and the correct authentication
237 * method. conn->data->state.authdone is set to TRUE when authentication is
238 * done.
239 *
240 * @param conn all information about the current connection
241 * @param request pointer to the request keyword
242 * @param path pointer to the requested path
243 * @param proxytunnel boolean if this is the request setting up a "proxy
244 * tunnel"
245 *
246 * @returns CURLcode
247 */
248CURLcode
249Curl_http_output_auth(struct connectdata *conn,
250 const char *request,
251 const char *path,
252 bool proxytunnel); /* TRUE if this is the request setting
253 up the proxy tunnel */
254
255#endif /* HEADER_CURL_HTTP_H */
256