mirror of
https://github.com/curl/curl.git
synced 2026-07-24 15:57:18 +03:00
http2: initial implementation of the push callback
This commit is contained in:
parent
70191958b5
commit
ea7134ac87
6 changed files with 92 additions and 10 deletions
|
|
@ -39,7 +39,7 @@ struct curl_headerpair *curl_pushheader_byname(push_headers, char *name);
|
|||
|
||||
int curl_push_callback(CURL *parent,
|
||||
CURL *easy,
|
||||
int num_headers,
|
||||
size_t num_headers,
|
||||
struct curl_pushheaders *headers,
|
||||
void *userp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue