mirror of
https://github.com/curl/curl.git
synced 2026-07-24 01:47:20 +03:00
urlapi: add CURLUPART_ZONEID to set and get
The zoneid can be used with IPv6 numerical addresses. Updated test 1560 to verify. Closes #3834
This commit is contained in:
parent
0eec832603
commit
2d0e9b40d3
8 changed files with 74 additions and 23 deletions
|
|
@ -60,7 +60,8 @@ typedef enum {
|
|||
CURLUPART_PORT,
|
||||
CURLUPART_PATH,
|
||||
CURLUPART_QUERY,
|
||||
CURLUPART_FRAGMENT
|
||||
CURLUPART_FRAGMENT,
|
||||
CURLUPART_ZONEID /* added in 7.65.0 */
|
||||
} CURLUPart;
|
||||
|
||||
#define CURLU_DEFAULT_PORT (1<<0) /* return default port number */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue