mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
docs: client: Add UNIX socket connection notes for clients
This commit is contained in:
parent
2761badd0f
commit
b954aa8c21
1 changed files with 2 additions and 1 deletions
|
@ -114,7 +114,8 @@ struct lws_client_connect_info {
|
|||
int ssl_connection;
|
||||
/**< 0, or a combination of LCCSCF_ flags */
|
||||
const char *path;
|
||||
/**< uri path */
|
||||
/**< URI path. Prefix with + for a UNIX socket. (+@ for
|
||||
* a Linux abstract-namespace socket) */
|
||||
const char *host;
|
||||
/**< content of host header */
|
||||
const char *origin;
|
||||
|
|
Loading…
Add table
Reference in a new issue