mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
parent
4f3828d5a2
commit
0b0269341b
3 changed files with 46 additions and 27 deletions
|
|
@ -93,6 +93,7 @@ CURLcode Curl_http_statusline(struct Curl_easy *data,
|
|||
struct connectdata *conn);
|
||||
CURLcode Curl_http_header(struct Curl_easy *data, struct connectdata *conn,
|
||||
char *headp);
|
||||
CURLcode Curl_transferencode(struct Curl_easy *data);
|
||||
CURLcode Curl_http_body(struct Curl_easy *data, struct connectdata *conn,
|
||||
Curl_HttpReq httpreq,
|
||||
const char **teep);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue