documentation add info http_proxy members
From https://libwebsockets.org/trac/libwebsockets/ticket/104 Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
dd020b4b04
commit
ec86b4e6c4
1 changed files with 2 additions and 0 deletions
|
@ -1028,6 +1028,8 @@ struct libwebsocket_extension {
|
|||
* @ssl_cipher_list: List of valid ciphers to use (eg,
|
||||
* "RC4-MD5:RC4-SHA:AES128-SHA:AES256-SHA:HIGH:!DSS:!aNULL"
|
||||
* or you can leave it as NULL to get "DEFAULT"
|
||||
* @http_proxy_address: If non-NULL, attempts to proxy via the given address
|
||||
* @http_proxy_port: If http_proxy_address was non-NULL, uses this port at the address
|
||||
* @gid: group id to change to after setting listen socket, or -1.
|
||||
* @uid: user id to change to after setting listen socket, or -1.
|
||||
* @options: 0, or LWS_SERVER_OPTION_DEFEAT_CLIENT_MASK
|
||||
|
|
Loading…
Add table
Reference in a new issue