Added HTTP OPTIONS support:
[platform/upstream/libwebsockets.git] / lib / libwebsockets.h
index 31cde77..147297b 100644 (file)
@@ -279,6 +279,7 @@ struct lws_tokens {
 enum lws_token_indexes {
        WSI_TOKEN_GET_URI,
        WSI_TOKEN_POST_URI,
+       WSI_TOKEN_OPTIONS_URI,
        WSI_TOKEN_HOST,
        WSI_TOKEN_CONNECTION,
        WSI_TOKEN_KEY1,