1
0
Fork 0
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:
Felipe Gasper 2021-10-25 15:01:58 -04:00 committed by Andy Green
parent 1a69afaf6e
commit 26f5cb71e7

View file

@ -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;