mirror of
https://github.com/curl/curl.git
synced 2026-08-24 18:33:34 +03:00
first draft
formating Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com> Update lib/url.c Co-authored-by: Viktor Szakats <vszakats@users.noreply.github.com> Update docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md Co-authored-by: Daniel Stenberg <daniel@haxx.se>
This commit is contained in:
parent
0a96b878f7
commit
01603f988e
6 changed files with 106 additions and 4 deletions
|
|
@ -1032,6 +1032,7 @@ typedef enum {
|
|||
#define CURLALTSVC_H1 (1L<<3)
|
||||
#define CURLALTSVC_H2 (1L<<4)
|
||||
#define CURLALTSVC_H3 (1L<<5)
|
||||
#define CURLALTSVC_NO_RETRY (1L<<6)
|
||||
|
||||
/* bitmask values for CURLOPT_UPLOAD_FLAGS */
|
||||
#define CURLULFLAG_ANSWERED (1L<<0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue