Home
last modified time | relevance | path

Searched refs:LWSMPRO_HTTPS (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-proxy/
Dminimal-http-server-proxy.c32 /* .origin_protocol */ LWSMPRO_HTTPS, /* files in a dir */
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1271 LWSMPRO_HTTPS = 1, /**< https reverse proxy */ enumerator
/third_party/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md34 LWSMPRO_HTTPS depending on the protocol the unix socket understands, and the
DREADME.coding.md1191 LWSMPRO_HTTPS,
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c506 (hit->origin_protocol == LWSMPRO_HTTPS || in lws_process_ws_upgrade()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c835 hit->origin_protocol == LWSMPRO_HTTPS) in lws_h2_bind_for_post_before_action()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1321 if (hit->origin_protocol == LWSMPRO_HTTPS) { in lws_http_proxy_start()
1835 if (hit->origin_protocol == LWSMPRO_HTTPS || in lws_http_action()