Home
last modified time | relevance | path

Searched refs:lws_add_http_header_by_token (Results 1 – 20 of 20) sorted by relevance

/external/libwebsockets/lib/roles/http/
Dheader.c108 lws_add_http_header_by_token(struct lws *wsi, enum lws_token_indexes token, in lws_add_http_header_by_token() function
134 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_LENGTH, in lws_add_http_header_content_length()
160 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in lws_add_http_common_headers()
198 if (lws_add_http_header_by_token(wsi, in lws_add_http_common_headers()
212 if (lws_add_http_header_by_token(wsi, in lws_add_http_common_headers()
357 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_SERVER, in lws_add_http_header_status()
418 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in lws_return_http_status()
432 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_LENGTH, in lws_return_http_status()
505 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_LOCATION, loc, len, in lws_http_redirect()
513 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in lws_http_redirect()
[all …]
/external/libwebsockets/lib/core-net/
Ddummy-callback.c44 if (lws_add_http_header_by_token(wsi, index, temp, n, p, end)) in proxy_header()
513 if (lws_add_http_header_by_token(parent, in lws_callback_http_dummy()
529 if (lws_add_http_header_by_token(parent, in lws_callback_http_dummy()
619 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_X_FORWARDED_FOR, in lws_callback_http_dummy()
/external/libwebsockets/lib/roles/http/server/
Dserver.c632 if (lws_add_http_header_by_token(wsi, in lws_http_serve()
655 if (lws_add_http_header_by_token(wsi, in lws_http_serve()
681 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_ETAG, in lws_http_serve()
735 if (lws_add_http_header_by_token(wsi, in lws_http_serve()
872 if (lws_add_http_header_by_token(wsi, in lws_unauthorised_basic_auth()
2547 if (lws_add_http_header_by_token(wsi, in lws_serve_http_file()
2574 if (lws_add_http_header_by_token(wsi, in lws_serve_http_file()
2586 if (lws_add_http_header_by_token(wsi, in lws_serve_http_file()
2634 if (lws_add_http_header_by_token(wsi, in lws_serve_http_file()
2643 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_ACCEPT_RANGES, in lws_serve_http_file()
[all …]
/external/libwebsockets/lib/roles/h2/
Dhttp2.c2334 if (lws_add_http_header_by_token(wsi, in lws_h2_client_handshake()
2340 if (lws_add_http_header_by_token(wsi, in lws_h2_client_handshake()
2346 if (lws_add_http_header_by_token(wsi, in lws_h2_client_handshake()
2353 if (lws_add_http_header_by_token(wsi, in lws_h2_client_handshake()
2361 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HOST, in lws_h2_client_handshake()
2368 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_USER_AGENT, in lws_h2_client_handshake()
2381 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in lws_h2_client_handshake()
2469 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_PROTOCOL, in lws_h2_ws_handshake()
2484 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_PROTOCOL, in lws_h2_ws_handshake()
/external/libwebsockets/lib/roles/http/compression/
Dstream.c96 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_ENCODING, in lws_http_compression_apply()
/external/libwebsockets/plugins/
Dprotocol_esp32_lws_ota.c232 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in callback_esplws_ota()
Dprotocol_post_demo.c216 if (lws_add_http_header_by_token(wsi, in callback_post_demo()
Dprotocol_esp32_lws_scan.c1105 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in callback_esplws_scan()
/external/libwebsockets/test-apps/
Dtest-client.c243 if (lws_add_http_header_by_token(wsi, in callback_dumb_increment()
247 if (lws_add_http_header_by_token(wsi, in callback_dumb_increment()
/external/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c152 if (lws_add_http_header_by_token(wsi, in callback_chall_http01()
167 if (lws_add_http_header_by_token(wsi, in callback_chall_http01()
1085 if (lws_add_http_header_by_token(wsi, in callback_acme_client()
1094 if (lws_add_http_header_by_token(wsi, in callback_acme_client()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client/
Dminimal-http-client.c75 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_AUTHORIZATION, in callback_http()
/external/libwebsockets/include/libwebsockets/
Dlws-http.h577 lws_add_http_header_by_token(struct lws *wsi, enum lws_token_indexes token,
/external/libwebsockets/plugins/generic-sessions/
Dprotocol_generic_sessions.c808 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_LOCATION, in callback_generic_sessions()
813 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in callback_generic_sessions()
Dprotocol_lws_messageboard.c347 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in callback_messageboard()
Dhandlers.c292 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in lwsgs_handler_check()
/external/libwebsockets/lib/roles/cgi/
Dcgi-server.c440 lws_add_http_header_by_token(wsi, in lws_cgi_write_split_stdout_headers()
445 if (lws_add_http_header_by_token(wsi, in lws_cgi_write_split_stdout_headers()
/external/libwebsockets/lib/secure-streams/protocols/
Dss-h1.c364 if (lws_add_http_header_by_token(wsi, in secstream_h1()
/external/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c616 if (lws_add_http_header_by_token(wsi, in callback_deaddrop()
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c980 if (lws_add_http_header_by_token(wsi, WSI_TOKEN_HTTP_CONTENT_TYPE, in lws_http_multipart_headers()
/external/libwebsockets/READMEs/
DREADME.coding.md509 - use lws apis `lws_add_http_header_by_name()` and `lws_add_http_header_by_token()`