mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:53:39 +03:00
tool: add --unix-socket option
Signed-off-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
parent
970c22f970
commit
c8644d1f63
5 changed files with 11 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ struct OperationConfig {
|
|||
char *xoauth2_bearer; /* XOAUTH2 bearer token */
|
||||
bool nonpn; /* enable/disable TLS NPN extension */
|
||||
bool noalpn; /* enable/disable TLS ALPN extension */
|
||||
char *unix_socket_path; /* path to UNIX domain socket */
|
||||
|
||||
struct GlobalConfig *global;
|
||||
struct OperationConfig *prev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue