2012-12-28 06:03:09 -05:00
|
|
|
#ifndef HEADER_CURL_TRANSFER_H
|
|
|
|
#define HEADER_CURL_TRANSFER_H
|
2002-09-03 07:52:59 -04:00
|
|
|
/***************************************************************************
|
2004-05-25 17:47:29 -04:00
|
|
|
* _ _ ____ _
|
|
|
|
* Project ___| | | | _ \| |
|
|
|
|
* / __| | | | |_) | |
|
|
|
|
* | (__| |_| | _ <| |___
|
1999-12-29 09:20:26 -05:00
|
|
|
* \___|\___/|_| \_\_____|
|
|
|
|
*
|
2019-02-28 05:36:26 -05:00
|
|
|
* Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
1999-12-29 09:20:26 -05:00
|
|
|
*
|
2002-09-03 07:52:59 -04:00
|
|
|
* This software is licensed as described in the file COPYING, which
|
|
|
|
* you should have received as part of this distribution. The terms
|
2016-02-02 18:19:02 -05:00
|
|
|
* are also available at https://curl.haxx.se/docs/copyright.html.
|
2004-05-25 17:47:29 -04:00
|
|
|
*
|
2001-01-03 04:29:33 -05:00
|
|
|
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
|
|
|
|
* copies of the Software, and permit persons to whom the Software is
|
2002-09-03 07:52:59 -04:00
|
|
|
* furnished to do so, under the terms of the COPYING file.
|
1999-12-29 09:20:26 -05:00
|
|
|
*
|
2001-01-03 04:29:33 -05:00
|
|
|
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
|
|
|
|
* KIND, either express or implied.
|
1999-12-29 09:20:26 -05:00
|
|
|
*
|
2002-09-03 07:52:59 -04:00
|
|
|
***************************************************************************/
|
2013-01-31 18:43:20 -05:00
|
|
|
|
2018-03-05 17:38:16 -05:00
|
|
|
#define Curl_headersep(x) ((((x)==':') || ((x)==';')))
|
2017-09-08 09:13:42 -04:00
|
|
|
char *Curl_checkheaders(const struct connectdata *conn,
|
|
|
|
const char *thisheader);
|
|
|
|
|
2016-06-21 09:47:12 -04:00
|
|
|
void Curl_init_CONNECT(struct Curl_easy *data);
|
2015-10-05 14:39:10 -04:00
|
|
|
|
2016-06-21 09:47:12 -04:00
|
|
|
CURLcode Curl_pretransfer(struct Curl_easy *data);
|
|
|
|
CURLcode Curl_posttransfer(struct Curl_easy *data);
|
2008-04-30 17:20:08 -04:00
|
|
|
|
|
|
|
typedef enum {
|
|
|
|
FOLLOW_NONE, /* not used within the function, just a placeholder to
|
|
|
|
allow initing to this */
|
|
|
|
FOLLOW_FAKE, /* only records stuff, not actually following */
|
|
|
|
FOLLOW_RETRY, /* set if this is a request retry as opposed to a real
|
|
|
|
redirect following */
|
|
|
|
FOLLOW_REDIR, /* a full true redirect */
|
|
|
|
FOLLOW_LAST /* never used */
|
|
|
|
} followtype;
|
|
|
|
|
2016-06-21 09:47:12 -04:00
|
|
|
CURLcode Curl_follow(struct Curl_easy *data, char *newurl,
|
2011-04-20 09:17:42 -04:00
|
|
|
followtype type);
|
2015-05-20 08:33:04 -04:00
|
|
|
CURLcode Curl_readwrite(struct connectdata *conn,
|
2016-08-01 18:48:23 -04:00
|
|
|
struct Curl_easy *data, bool *done,
|
|
|
|
bool *comeback);
|
2007-08-27 02:31:28 -04:00
|
|
|
int Curl_single_getsock(const struct connectdata *conn,
|
2019-07-30 05:02:03 -04:00
|
|
|
curl_socket_t *socks);
|
2004-11-24 11:11:35 -05:00
|
|
|
CURLcode Curl_readrewind(struct connectdata *conn);
|
2018-08-31 04:17:40 -04:00
|
|
|
CURLcode Curl_fillreadbuffer(struct connectdata *conn, size_t bytes,
|
|
|
|
size_t *nreadp);
|
2009-08-21 08:01:36 -04:00
|
|
|
CURLcode Curl_retry_request(struct connectdata *conn, char **url);
|
2016-06-21 09:47:12 -04:00
|
|
|
bool Curl_meets_timecondition(struct Curl_easy *data, time_t timeofdoc);
|
2018-08-16 18:49:37 -04:00
|
|
|
CURLcode Curl_get_upload_buffer(struct Curl_easy *data);
|
2006-09-07 17:49:20 -04:00
|
|
|
|
2019-06-24 05:21:26 -04:00
|
|
|
CURLcode Curl_done_sending(struct connectdata *conn,
|
|
|
|
struct SingleRequest *k);
|
|
|
|
|
2001-03-09 10:17:09 -05:00
|
|
|
/* This sets up a forthcoming transfer */
|
2010-04-16 17:43:04 -04:00
|
|
|
void
|
2019-02-28 05:36:26 -05:00
|
|
|
Curl_setup_transfer (struct Curl_easy *data,
|
|
|
|
int sockindex, /* socket index to read from or -1 */
|
|
|
|
curl_off_t size, /* -1 if unknown at this point */
|
|
|
|
bool getheader, /* TRUE if header parsing is wanted */
|
|
|
|
int writesockindex /* socket index to write to. May be
|
|
|
|
the same we read from. -1
|
|
|
|
disables */
|
|
|
|
);
|
2010-03-26 18:33:02 -04:00
|
|
|
|
2012-12-28 06:03:09 -05:00
|
|
|
#endif /* HEADER_CURL_TRANSFER_H */
|