Home
last modified time | relevance | path

Searched defs:lws_http_mount (Results 1 – 1 of 1) sorted by relevance

/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1086 struct lws_http_mount { struct
1087 const struct lws_http_mount *mount_next; argument
1089 const char *mountpoint;
1091 const char *origin;
1093 const char *def;
1095 const char *protocol;
1098 const struct lws_protocol_vhost_options *cgienv;
1102 const struct lws_protocol_vhost_options *extra_mimetypes;
1104 const struct lws_protocol_vhost_options *interpret;
1107 int cgi_timeout;
[all …]