mirror of
https://github.com/curl/curl.git
synced 2026-04-25 06:02:14 +03:00
Simon Liu's HTTP200ALIASES-patch!
This commit is contained in:
parent
7f0f10e498
commit
ec24efda74
4 changed files with 48 additions and 2 deletions
|
|
@ -616,6 +616,9 @@ typedef enum {
|
|||
/* Set pointer to private data */
|
||||
CINIT(PRIVATE, OBJECTPOINT, 103),
|
||||
|
||||
/* Set aliases for HTTP 200 in the HTTP Response header */
|
||||
CINIT(HTTP200ALIASES, OBJECTPOINT, 104),
|
||||
|
||||
CURLOPT_LASTENTRY /* the last unused */
|
||||
} CURLoption;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue