mirror of
https://github.com/curl/curl.git
synced 2026-08-26 10:33:33 +03:00
parent
0f5006f50d
commit
c2d7bfa992
3 changed files with 14 additions and 81 deletions
|
|
@ -36,6 +36,11 @@
|
|||
*/
|
||||
void Curl_http2_ver(char *p, size_t len);
|
||||
|
||||
#ifdef CURLVERBOSE
|
||||
int Curl_nghttp2_fr_print(const nghttp2_frame *frame, char *buffer,
|
||||
size_t blen);
|
||||
#endif
|
||||
|
||||
CURLcode Curl_http2_request_upgrade(struct dynbuf *req,
|
||||
struct Curl_easy *data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue