libwebsockets
Lightweight C library for HTML5 websockets
Loading...
Searching...
No Matches
lws-http.h
Go to the documentation of this file.
1/*
2 * libwebsockets - small server side websockets and web server implementation
3 *
4 * Copyright (C) 2010 - 2020 Andy Green <andy@warmcat.com>
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to
8 * deal in the Software without restriction, including without limitation the
9 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
10 * sell copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included in
14 * all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
22 * IN THE SOFTWARE.
23 */
24
25/* minimal space for typical headers and CSP stuff */
26
27#define LWS_RECOMMENDED_MIN_HEADER_SPACE 2048
28
34
41
53LWS_VISIBLE LWS_EXTERN const char *
54lws_get_mimetype(const char *file, const struct lws_http_mount *m);
55
65#if defined(LWS_ROLE_H1) || defined(LWS_ROLE_H2) || defined(LWS_ROLE_H3)
67lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len);
68#endif
69
89lws_serve_http_file(struct lws *wsi, const char *file, const char *content_type,
90 const char *other_headers, int other_headers_len);
91
95
96
135
145
147 char *p;
148 int len;
150 int final;
153};
154
155typedef const char *(*lws_process_html_state_cb)(void *data, int index);
156
158 char *start;
159 char swallow[16];
160 int pos;
161 void *data;
162 const char * const *vars;
164
167};
168
175 struct lws_process_html_state *s);
177
215
223 unsigned char *token;
224 int len;
225};
226
227/* enum lws_token_indexes
228 * these have to be kept in sync with lextable.h / minilex.c
229 *
230 * NOTE: These public enums are part of the abi. If you want to add one,
231 * add it at where specified so existing users are unaffected.
232 */
236#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_HTTP_HEADERS_ALL)
237 WSI_TOKEN_OPTIONS_URI,
238#endif
243#if defined(LWS_ROLE_WS) || defined(LWS_HTTP_HEADERS_ALL)
244 WSI_TOKEN_DRAFT,
245#endif
247#if defined(LWS_ROLE_WS) || defined(LWS_HTTP_HEADERS_ALL)
248 WSI_TOKEN_EXTENSIONS,
249 WSI_TOKEN_KEY1, /* 10 */
250 WSI_TOKEN_KEY2,
251 WSI_TOKEN_PROTOCOL,
252 WSI_TOKEN_ACCEPT,
253 WSI_TOKEN_NONCE,
254#endif
256#if defined(LWS_ROLE_H2) || defined(LWS_ROLE_H3) || defined(LWS_HTTP_HEADERS_ALL)
257 WSI_TOKEN_HTTP2_SETTINGS, /* 16 */
258#endif
260#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_HTTP_HEADERS_ALL)
261 WSI_TOKEN_HTTP_AC_REQUEST_HEADERS,
262#endif
275#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_ROLE_H2) || defined(LWS_HTTP_HEADERS_ALL)
276 WSI_TOKEN_HTTP_REFERER,
277#endif
278#if defined(LWS_ROLE_WS) || defined(LWS_HTTP_HEADERS_ALL)
279 WSI_TOKEN_KEY,
280 WSI_TOKEN_VERSION,
281 WSI_TOKEN_SWORIGIN,
282#endif
283#if defined(LWS_ROLE_H2) || defined(LWS_ROLE_H3) || defined(LWS_HTTP_HEADERS_ALL)
284 WSI_TOKEN_HTTP_COLON_AUTHORITY,
285 WSI_TOKEN_HTTP_COLON_METHOD,
286 WSI_TOKEN_HTTP_COLON_PATH,
287 WSI_TOKEN_HTTP_COLON_SCHEME,
288 WSI_TOKEN_HTTP_COLON_STATUS,
289#endif
290
291#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_ROLE_H2) || defined(LWS_HTTP_HEADERS_ALL)
292 WSI_TOKEN_HTTP_ACCEPT_CHARSET,
293#endif
295#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_ROLE_H2) || defined(LWS_HTTP_HEADERS_ALL)
296 WSI_TOKEN_HTTP_ACCESS_CONTROL_ALLOW_ORIGIN,
297#endif
315#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_ROLE_H2) || defined(LWS_HTTP_HEADERS_ALL)
316 WSI_TOKEN_HTTP_MAX_FORWARDS,
317 WSI_TOKEN_HTTP_PROXY_AUTHENTICATE,
318 WSI_TOKEN_HTTP_PROXY_AUTHORIZATION,
319#endif
324#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_ROLE_H2) || defined(LWS_HTTP_HEADERS_ALL)
325 WSI_TOKEN_HTTP_STRICT_TRANSPORT_SECURITY,
326#endif
328#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_ROLE_H2) || defined(LWS_HTTP_HEADERS_ALL)
329 WSI_TOKEN_HTTP_USER_AGENT,
330 WSI_TOKEN_HTTP_VARY,
331 WSI_TOKEN_HTTP_VIA,
332 WSI_TOKEN_HTTP_WWW_AUTHENTICATE,
333#endif
334#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_HTTP_HEADERS_ALL)
335 WSI_TOKEN_PATCH_URI,
336 WSI_TOKEN_PUT_URI,
337 WSI_TOKEN_DELETE_URI,
338#endif
339
341#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_HTTP_HEADERS_ALL)
342 WSI_TOKEN_PROXY,
343 WSI_TOKEN_HTTP_X_REAL_IP,
344#endif
349#if defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) || defined(LWS_ROLE_H2) || defined(LWS_HTTP_HEADERS_ALL)
350 WSI_TOKEN_TE,
351 WSI_TOKEN_REPLAY_NONCE, /* ACME */
352#endif
353#if defined(LWS_ROLE_H2) || defined(LWS_ROLE_H3) || defined(LWS_HTTP_HEADERS_ALL)
354 WSI_TOKEN_COLON_PROTOCOL,
355#endif
358
359 /****** add new things just above ---^ ******/
360
361 /* use token storage to stash these internally, not for
362 * user use */
363
373
374 /* always last real token index*/
376
377 /* parser state additions, no storage associated */
379#if defined(LWS_WITH_CUSTOM_HEADERS) || defined(LWS_HTTP_HEADERS_ALL)
380 WSI_TOKEN_UNKNOWN_VALUE_PART,
381#endif
386};
387
389 unsigned short token_limit[WSI_TOKEN_COUNT];
390};
391
404
410LWS_VISIBLE LWS_EXTERN const unsigned char *
412
423
431lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h);
432
444 int frag_idx);
445
461lws_hdr_copy(struct lws *wsi, char *dest, int len, enum lws_token_indexes h);
462
481lws_hdr_copy_fragment(struct lws *wsi, char *dest, int len,
482 enum lws_token_indexes h, int frag_idx);
483
501lws_hdr_custom_length(struct lws *wsi, const char *name, int nlen);
502
522lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name,
523 int nlen);
524
525typedef void (*lws_hdr_custom_fe_cb_t)(const char *name, int nlen, void *opaque);
543lws_hdr_custom_name_foreach(struct lws *wsi, lws_hdr_custom_fe_cb_t cb, void *opaque);
544
594lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len);
595
616LWS_VISIBLE LWS_EXTERN const char *
617lws_get_urlarg_by_name(struct lws *wsi, const char *name, char *buf, int len)
618/* LWS_WARN_DEPRECATED */;
619
634lws_http_remove_urlarg(struct lws *wsi, const char *name);
635
650lws_http_zap_header(struct lws *wsi, const char *name);
651
674lws_http_add_onward_header(struct lws *wsi, const char *name,
675 const char *value);
676
678
712#define LWS_LOGIN_HDR_STATE "x-lws-login-state"
713#define LWS_LOGIN_HDR_ADMIN "x-lws-login-admin"
714#define LWS_LOGIN_HDR_GRANT_LEVEL "x-lws-login-grant-level"
715#define LWS_LOGIN_HDR_SUB "x-lws-login-sub"
716
738
739
755
756#define LWSAHH_CODE_MASK ((1 << 16) - 1)
757#define LWSAHH_FLAG_NO_SERVER_NAME (1 << 30)
758
775 unsigned int code, unsigned char **p,
776 unsigned char *end);
801lws_add_http_header_by_name(struct lws *wsi, const unsigned char *name,
802 const unsigned char *value, int length,
803 unsigned char **p, unsigned char *end);
822 const unsigned char *value, int length,
823 unsigned char **p, unsigned char *end);
836 lws_filepos_t content_length,
837 unsigned char **p, unsigned char *end);
848lws_finalize_http_header(struct lws *wsi, unsigned char **p,
849 unsigned char *end);
850
872lws_finalize_write_http_header(struct lws *wsi, unsigned char *start,
873 unsigned char **p, unsigned char *end);
874
875#define LWS_ILLEGAL_HTTP_CONTENT_LEN ((lws_filepos_t)-1ll)
876
904lws_add_http_common_headers(struct lws *wsi, unsigned int code,
905 const char *content_type, lws_filepos_t content_len,
906 unsigned char **p, unsigned char *end);
907
908enum {
918};
919
932
934lws_http_get_uri_and_method(struct lws *wsi, char **puri_ptr, int *puri_len);
935
937
948
959LWS_VISIBLE LWS_EXTERN const char *
960lws_urlencode(char *escaped, const char *string, int len);
961
962/*
963 * URLDECODE 1 / 2
964 *
965 * This simple urldecode only operates until the first '\0' and requires the
966 * data to exist all at once
967 */
984lws_urldecode(char *string, const char *escaped, int len);
986
998lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t);
999
1011lws_http_date_parse_unix(const char *b, size_t len, time_t *t);
1012
1032lws_http_check_retry_after(struct lws *wsi, lws_usec_t *us_interval_in_out);
1033
1044lws_return_http_status(struct lws *wsi, unsigned int code,
1045 const char *html_body);
1046
1060lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len,
1061 unsigned char **p, unsigned char *end);
1062
1073
1083
1093lws_http_mark_sse(struct lws *wsi);
1094
1112
1139lws_http_compression_apply(struct lws *wsi, const char *name,
1140 unsigned char **p, unsigned char *end, char decomp);
1141
1152
1173lws_http_cookie_get(struct lws *wsi, const char *name, char *buf, size_t *max);
1174
1200lws_http_cookie_get_nth(struct lws *wsi, const char *name, int n,
1201 char *buf, size_t *max);
1202
1234lws_http_cookie_compose(char *buf, size_t len, const char *name,
1235 const char *value, const char *domain,
1236 unsigned long long max_age, const char *expires);
1237
1246#define lws_http_client_http_resp_is_error(code) (!(code < 400))
1247
1273#define LWS_H2_STREAM_SID -1
1275lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int bump);
1276
1277
1291
1292
1316
1332
1334
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_finalize_write_http_header(struct lws *wsi, unsigned char *start, unsigned char **p, unsigned char *end)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_add_http_header_status(struct lws *wsi, unsigned int code, unsigned char **p, unsigned char *end)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_add_http_header_by_name(struct lws *wsi, const unsigned char *name, const unsigned char *value, int length, unsigned char **p, unsigned char *end)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_finalize_http_header(struct lws *wsi, unsigned char **p, unsigned char *end)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_add_http_common_headers(struct lws *wsi, unsigned int code, const char *content_type, lws_filepos_t content_len, unsigned char **p, unsigned char *end)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_http_get_uri_and_method(struct lws *wsi, char **puri_ptr, int *puri_len)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_add_http_header_content_length(struct lws *wsi, lws_filepos_t content_length, unsigned char **p, unsigned char *end)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_add_http_header_by_token(struct lws *wsi, enum lws_token_indexes token, const unsigned char *value, int length, unsigned char **p, unsigned char *end)
@ LWSHUMETH_CONNECT
Definition lws-http.h:915
@ LWSHUMETH_HEAD
Definition lws-http.h:916
@ LWSHUMETH_OPTIONS
Definition lws-http.h:911
@ LWSHUMETH_COLON_PATH
Definition lws-http.h:917
@ LWSHUMETH_PATCH
Definition lws-http.h:913
@ LWSHUMETH_PUT
Definition lws-http.h:912
@ LWSHUMETH_GET
Definition lws-http.h:909
@ LWSHUMETH_POST
Definition lws-http.h:910
@ LWSHUMETH_DELETE
Definition lws-http.h:914
unsigned short token_limit[WSI_TOKEN_COUNT]
Definition lws-http.h:389
unsigned char * token
Definition lws-http.h:223
LWS_VISIBLE LWS_EXTERN int lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name, int nlen)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h)
LWS_VISIBLE LWS_EXTERN int lws_hdr_custom_name_foreach(struct lws *wsi, lws_hdr_custom_fe_cb_t cb, void *opaque)
LWS_VISIBLE LWS_EXTERN int lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len)
void(* lws_hdr_custom_fe_cb_t)(const char *name, int nlen, void *opaque)
Definition lws-http.h:525
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_hdr_fragment_length(struct lws *wsi, enum lws_token_indexes h, int frag_idx)
LWS_VISIBLE LWS_EXTERN int lws_hdr_custom_length(struct lws *wsi, const char *name, int nlen)
LWS_VISIBLE LWS_EXTERN int lws_http_remove_urlarg(struct lws *wsi, const char *name)
LWS_VISIBLE LWS_EXTERN int lws_hdr_copy(struct lws *wsi, char *dest, int len, enum lws_token_indexes h)
lws_token_indexes
Definition lws-http.h:233
LWS_VISIBLE LWS_EXTERN const char * lws_get_urlarg_by_name(struct lws *wsi, const char *name, char *buf, int len)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_hdr_total_length(struct lws *wsi, enum lws_token_indexes h)
LWS_VISIBLE LWS_EXTERN int lws_hdr_copy_fragment(struct lws *wsi, char *dest, int len, enum lws_token_indexes h, int frag_idx)
LWS_VISIBLE LWS_EXTERN int lws_http_add_onward_header(struct lws *wsi, const char *name, const char *value)
LWS_VISIBLE LWS_EXTERN const unsigned char * lws_token_to_string(enum lws_token_indexes token)
lws_h2_settings
Definition lws-http.h:392
LWS_VISIBLE LWS_EXTERN int lws_http_zap_header(struct lws *wsi, const char *name)
@ WSI_TOKEN_HTTP_LAST_MODIFIED
Definition lws-http.h:312
@ WSI_TOKEN_HTTP_CONTENT_LENGTH
Definition lws-http.h:271
@ WSI_TOKEN_HTTP_CONTENT_LANGUAGE
Definition lws-http.h:302
@ _WSI_TOKEN_CLIENT_ALPN
Definition lws-http.h:372
@ _WSI_TOKEN_CLIENT_SENT_PROTOCOLS
Definition lws-http.h:364
@ WSI_TOKEN_HTTP_EXPECT
Definition lws-http.h:306
@ _WSI_TOKEN_CLIENT_LOCALPORT
Definition lws-http.h:371
@ WSI_TOKEN_HTTP_FROM
Definition lws-http.h:308
@ WSI_TOKEN_DSS_SIGNATURE
Definition lws-http.h:357
@ _WSI_TOKEN_CLIENT_URI
Definition lws-http.h:366
@ WSI_TOKEN_HTTP_ETAG
Definition lws-http.h:305
@ _WSI_TOKEN_CLIENT_HOST
Definition lws-http.h:367
@ WSI_TOKEN_HTTP_CONTENT_DISPOSITION
Definition lws-http.h:300
@ WSI_TOKEN_HTTP_IF_UNMODIFIED_SINCE
Definition lws-http.h:311
@ _WSI_TOKEN_CLIENT_METHOD
Definition lws-http.h:369
@ WSI_TOKEN_HTTP_IF_MATCH
Definition lws-http.h:309
@ WSI_TOKEN_HTTP_ACCEPT
Definition lws-http.h:259
@ WSI_INIT_TOKEN_MUXURL
Definition lws-http.h:385
@ WSI_PARSING_COMPLETE
Definition lws-http.h:384
@ WSI_TOKEN_HTTP_SET_COOKIE
Definition lws-http.h:323
@ WSI_TOKEN_X_AUTH_TOKEN
Definition lws-http.h:356
@ WSI_TOKEN_HTTP_LINK
Definition lws-http.h:313
@ WSI_TOKEN_HTTP_ACCEPT_LANGUAGE
Definition lws-http.h:266
@ WSI_TOKEN_HTTP_SERVER
Definition lws-http.h:322
@ WSI_TOKEN_HTTP_CONTENT_ENCODING
Definition lws-http.h:301
@ WSI_TOKEN_HTTP_IF_NONE_MATCH
Definition lws-http.h:264
@ WSI_TOKEN_HTTP_IF_RANGE
Definition lws-http.h:310
@ _WSI_TOKEN_CLIENT_PEER_ADDRESS
Definition lws-http.h:365
@ WSI_TOKEN_HTTP_ALLOW
Definition lws-http.h:299
@ WSI_TOKEN_HTTP_CONTENT_LOCATION
Definition lws-http.h:303
@ WSI_TOKEN_HTTP_ACCEPT_RANGES
Definition lws-http.h:294
@ WSI_TOKEN_HOST
Definition lws-http.h:239
@ WSI_TOKEN_HTTP_TRANSFER_ENCODING
Definition lws-http.h:327
@ WSI_TOKEN_HTTP
Definition lws-http.h:255
@ WSI_TOKEN_HTTP_URI_ARGS
Definition lws-http.h:340
@ WSI_TOKEN_POST_URI
Definition lws-http.h:235
@ WSI_TOKEN_HTTP_RETRY_AFTER
Definition lws-http.h:321
@ WSI_TOKEN_HTTP_EXPIRES
Definition lws-http.h:307
@ WSI_TOKEN_HTTP_IF_MODIFIED_SINCE
Definition lws-http.h:263
@ WSI_TOKEN_HEAD_URI
Definition lws-http.h:348
@ WSI_TOKEN_COUNT
Definition lws-http.h:375
@ WSI_TOKEN_HTTP_COOKIE
Definition lws-http.h:270
@ WSI_TOKEN_HTTP_CONTENT_RANGE
Definition lws-http.h:304
@ WSI_TOKEN_HTTP_CACHE_CONTROL
Definition lws-http.h:268
@ WSI_TOKEN_SKIPPING_SAW_CR
Definition lws-http.h:383
@ WSI_TOKEN_HTTP_REFRESH
Definition lws-http.h:320
@ WSI_TOKEN_HTTP_RANGE
Definition lws-http.h:274
@ _WSI_TOKEN_CLIENT_ORIGIN
Definition lws-http.h:368
@ WSI_TOKEN_NAME_PART
Definition lws-http.h:378
@ WSI_TOKEN_UPGRADE
Definition lws-http.h:241
@ WSI_TOKEN_X_FORWARDED_FOR
Definition lws-http.h:346
@ WSI_TOKEN_SKIPPING
Definition lws-http.h:382
@ WSI_TOKEN_CONNECT
Definition lws-http.h:347
@ WSI_TOKEN_CONNECTION
Definition lws-http.h:240
@ WSI_TOKEN_HTTP_ACCEPT_ENCODING
Definition lws-http.h:265
@ WSI_TOKEN_ORIGIN
Definition lws-http.h:242
@ WSI_TOKEN_HTTP_CONTENT_TYPE
Definition lws-http.h:272
@ WSI_TOKEN_HTTP_LOCATION
Definition lws-http.h:314
@ WSI_TOKEN_HTTP_AUTHORIZATION
Definition lws-http.h:269
@ WSI_TOKEN_GET_URI
Definition lws-http.h:234
@ WSI_TOKEN_HTTP_AGE
Definition lws-http.h:298
@ WSI_TOKEN_HTTP_DATE
Definition lws-http.h:273
@ WSI_TOKEN_HTTP_PRAGMA
Definition lws-http.h:267
@ WSI_TOKEN_CHALLENGE
Definition lws-http.h:246
@ WSI_TOKEN_HTTP1_0
Definition lws-http.h:345
@ _WSI_TOKEN_CLIENT_IFACE
Definition lws-http.h:370
@ H2SET_MAX_HEADER_LIST_SIZE
Definition lws-http.h:398
@ H2SET_HEADER_TABLE_SIZE
Definition lws-http.h:393
@ H2SET_MAX_CONCURRENT_STREAMS
Definition lws-http.h:395
@ H2SET_INITIAL_WINDOW_SIZE
Definition lws-http.h:396
@ H2SET_ENABLE_PUSH
Definition lws-http.h:394
@ H2SET_MAX_FRAME_SIZE
Definition lws-http.h:397
@ H2SET_COUNT
Definition lws-http.h:402
@ H2SET_ENABLE_CONNECT_PROTOCOL
Definition lws-http.h:400
@ H2SET_RESERVED7
Definition lws-http.h:399
lws_login_state
Definition lws-http.h:724
@ LWS_LOGIN_STATE_USER
Definition lws-http.h:730
@ LWS_LOGIN_STATE_NO_GRANT
Definition lws-http.h:728
@ LWS_LOGIN_STATE_ANON
Definition lws-http.h:726
@ LWS_LOGIN_STATE_APP_ADMIN
Definition lws-http.h:733
@ LWS_LOGIN_STATE_GLOBAL_ADMIN
Definition lws-http.h:736
unsigned int uint32_t
#define LWS_EXTERN
int64_t lws_usec_t
#define LWS_WARN_UNUSED_RESULT
#define LWS_VISIBLE
unsigned long long lws_filepos_t
LWS_VISIBLE LWS_EXTERN const char * lws_get_mimetype(const char *file, const struct lws_http_mount *m)
LWS_VISIBLE LWS_EXTERN int lws_http_compression_apply(struct lws *wsi, const char *name, unsigned char **p, unsigned char *end, char decomp)
LWS_VISIBLE LWS_EXTERN int lws_http_mark_sse(struct lws *wsi)
LWS_VISIBLE LWS_EXTERN int lws_http_date_parse_unix(const char *b, size_t len, time_t *t)
LWS_VISIBLE LWS_EXTERN int lws_serve_http_file_fragment(struct lws *wsi)
const char *const * vars
Definition lws-http.h:162
LWS_VISIBLE LWS_EXTERN int lws_http_check_retry_after(struct lws *wsi, lws_usec_t *us_interval_in_out)
LWS_VISIBLE LWS_EXTERN int lws_chunked_html_process(struct lws_process_html_args *args, struct lws_process_html_state *s)
lws_process_html_state_cb replace
Definition lws-http.h:165
LWS_VISIBLE LWS_EXTERN uint32_t lws_h2_get_peer_rst_status(struct lws *wsi)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len, unsigned char **p, unsigned char *end)
LWS_VISIBLE LWS_EXTERN int lws_h2_get_peer_txcredit_estimate(struct lws *wsi)
LWS_VISIBLE LWS_EXTERN int lws_http_cookie_compose(char *buf, size_t len, const char *name, const char *value, const char *domain, unsigned long long max_age, const char *expires)
LWS_VISIBLE LWS_EXTERN int lws_http_date_render_from_unix(char *buf, size_t len, const time_t *t)
LWS_VISIBLE LWS_EXTERN int lws_urldecode(char *string, const char *escaped, int len)
lws_h2_errors
Definition lws-http.h:1300
@ H2_ERR_NO_ERROR
Definition lws-http.h:1301
@ H2_ERR_CONNECT_ERROR
Definition lws-http.h:1311
@ H2_ERR_CANCEL
Definition lws-http.h:1309
@ H2_ERR_COMPRESSION_ERROR
Definition lws-http.h:1310
@ H2_ERR_FLOW_CONTROL_ERROR
Definition lws-http.h:1304
@ H2_ERR_HTTP_1_1_REQUIRED
Definition lws-http.h:1314
@ H2_ERR_FRAME_SIZE_ERROR
Definition lws-http.h:1307
@ H2_ERR_REFUSED_STREAM
Definition lws-http.h:1308
@ H2_ERR_INTERNAL_ERROR
Definition lws-http.h:1303
@ H2_ERR_ENHANCE_YOUR_CALM
Definition lws-http.h:1312
@ H2_ERR_INADEQUATE_SECURITY
Definition lws-http.h:1313
@ H2_ERR_PROTOCOL_ERROR
Definition lws-http.h:1302
@ H2_ERR_SETTINGS_TIMEOUT
Definition lws-http.h:1305
@ H2_ERR_STREAM_CLOSED
Definition lws-http.h:1306
LWS_VISIBLE LWS_EXTERN const char * lws_urlencode(char *escaped, const char *string, int len)
LWS_VISIBLE LWS_EXTERN int lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int bump)
LWS_VISIBLE LWS_EXTERN int lws_serve_http_file(struct lws *wsi, const char *file, const char *content_type, const char *other_headers, int other_headers_len)
LWS_VISIBLE LWS_EXTERN int lws_http_cookie_get_nth(struct lws *wsi, const char *name, int n, char *buf, size_t *max)
http_status
Definition lws-http.h:97
@ HTTP_STATUS_EXPECTATION_FAILED
Definition lws-http.h:126
@ HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE
Definition lws-http.h:124
@ HTTP_STATUS_NOT_ACCEPTABLE
Definition lws-http.h:115
@ HTTP_STATUS_REQ_URI_TOO_LONG
Definition lws-http.h:123
@ HTTP_STATUS_INTERNAL_SERVER_ERROR
Definition lws-http.h:128
@ HTTP_STATUS_REQ_RANGE_NOT_SATISFIABLE
Definition lws-http.h:125
@ HTTP_STATUS_REQUEST_TIMEOUT
Definition lws-http.h:117
@ HTTP_STATUS_PROXY_AUTH_REQUIRED
Definition lws-http.h:116
@ HTTP_STATUS_FORBIDDEN
Definition lws-http.h:112
@ HTTP_STATUS_BAD_REQUEST
Definition lws-http.h:109
@ HTTP_STATUS_FOUND
Definition lws-http.h:105
@ HTTP_STATUS_METHOD_NOT_ALLOWED
Definition lws-http.h:114
@ HTTP_STATUS_GONE
Definition lws-http.h:119
@ HTTP_STATUS_NOT_MODIFIED
Definition lws-http.h:107
@ HTTP_STATUS_CONFLICT
Definition lws-http.h:118
@ HTTP_STATUS_MOVED_PERMANENTLY
Definition lws-http.h:104
@ HTTP_STATUS_PARTIAL_CONTENT
Definition lws-http.h:102
@ HTTP_STATUS_REQ_ENTITY_TOO_LARGE
Definition lws-http.h:122
@ HTTP_STATUS_SERVICE_UNAVAILABLE
Definition lws-http.h:131
@ HTTP_STATUS_LENGTH_REQUIRED
Definition lws-http.h:120
@ HTTP_STATUS_PRECONDITION_FAILED
Definition lws-http.h:121
@ HTTP_STATUS_BAD_GATEWAY
Definition lws-http.h:130
@ HTTP_STATUS_NOT_IMPLEMENTED
Definition lws-http.h:129
@ HTTP_STATUS_NO_CONTENT
Definition lws-http.h:101
@ HTTP_STATUS_OK
Definition lws-http.h:100
@ HTTP_STATUS_CONTINUE
Definition lws-http.h:98
@ HTTP_STATUS_UNAUTHORIZED
Definition lws-http.h:110
@ HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED
Definition lws-http.h:133
@ HTTP_STATUS_SEE_OTHER
Definition lws-http.h:106
@ HTTP_STATUS_GATEWAY_TIMEOUT
Definition lws-http.h:132
@ HTTP_STATUS_NOT_FOUND
Definition lws-http.h:113
@ HTTP_STATUS_PAYMENT_REQUIRED
Definition lws-http.h:111
LWS_VISIBLE LWS_EXTERN int lws_return_http_status(struct lws *wsi, unsigned int code, const char *html_body)
LWS_VISIBLE LWS_EXTERN int lws_http_is_redirected_to_get(struct lws *wsi)
LWS_VISIBLE LWS_EXTERN int LWS_WARN_UNUSED_RESULT lws_http_transaction_completed(struct lws *wsi)
LWS_VISIBLE LWS_EXTERN int lws_http_cookie_get(struct lws *wsi, const char *name, char *buf, size_t *max)
LWS_VISIBLE LWS_EXTERN int lws_http_headers_detach(struct lws *wsi)
const char *(* lws_process_html_state_cb)(void *data, int index)
Definition lws-http.h:155
LWS_VISIBLE LWS_EXTERN int lws_h2_client_stream_long_poll_rxonly(struct lws *wsi)