Searched defs:lws_http_mount (Results 1 – 1 of 1) sorted by relevance
1086 struct lws_http_mount { struct1087 const struct lws_http_mount *mount_next; argument1089 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 …]