Home
last modified time | relevance | path

Searched refs:LWSMPRO_HTTP (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1270 LWSMPRO_HTTP = 0, /**< http reverse proxy */ enumerator
/third_party/libwebsockets/READMEs/
DREADME.unix-domain-reverse-proxy.md33 If your mount is expressed in C code, then the mount type is LWSMPRO_HTTP or
DREADME.coding.md1190 LWSMPRO_HTTP,
/third_party/libwebsockets/lib/roles/ws/
Dserver-ws.c507 hit->origin_protocol == LWSMPRO_HTTP)) in lws_process_ws_upgrade()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c834 hit->origin_protocol == LWSMPRO_HTTP || in lws_h2_bind_for_post_before_action()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1836 hit->origin_protocol == LWSMPRO_HTTP) { in lws_http_action()