Martin Valik
|
1f451a4a77
Added more convenient functions for sending data to websocket
|
4 tahun lalu |
Patryk Krzywdziński
|
f43e9cdaa7
http: Function to get Cookie value from request.
|
4 tahun lalu |
Jan Brudny
|
967e057906
esp-tls, esp_http_client and esp_http_server: update copyright notice
|
4 tahun lalu |
Martin Valik
|
f221b1655d
httpd: remove redundant condition from get_client_list()
|
4 tahun lalu |
yuanjm
|
cd521d4ae3
esp_http_server: support dynamic payload len for ws server
|
5 tahun lalu |
Liu Han
|
669d9820fc
esp_http_server: Add some response error code, such as 401, 403 etc.
|
5 tahun lalu |
Marius Vikhammer
|
dcb09bac6a
http_server: adds support for setting websocket subprotocol
|
5 tahun lalu |
David Cermak
|
6f3fa81863
http_server: Simplified httpd_get_client_list() to return clients in int array
|
5 tahun lalu |
David Cermak
|
5e1e5f8be9
http_server: Add a flag to enable using control frames in user handlers
|
5 tahun lalu |
David Cermak
|
fbf2680427
esp_http_server: Add Websocket API to return list of active clients
|
5 tahun lalu |
David Cermak
|
d3801be6d9
esp_http_server: Add httpd_ws_get_fd_info() API to check active WS clients
|
5 tahun lalu |
David Čermák
|
f8b649baaf
Merge branch 'bugfix/ws_server_async_send_fin' into 'master'
|
5 tahun lalu |
David Cermak
|
005f21accc
http_server: WebSocket server to set flag in transmitted messages by default
|
5 tahun lalu |
sU8U7SfkcwTJVH7PjaVmej7D
|
6673407f98
httpd_resp_send: use `HTTPD_RESP_USE_STRLEN` when possible
|
5 tahun lalu |
Piyush Shah
|
24587ccbbf
esp_http_server: Expose low level socket send/recv APIs
|
5 tahun lalu |
David Cermak
|
1b842ce1a8
http_server: websocket server to support async send
|
5 tahun lalu |
Jackson Ming Hu
|
e983042af2
http_server: adds WebSocket support
|
6 tahun lalu |
Roland Dobai
|
612db28b6f
Fix error code collision and CI check
|
6 tahun lalu |
Anurag Kar
|
9c6bec203d
HTTP Server : Close new session immediately if open_fn fails
|
6 tahun lalu |
Anurag Kar
|
5e1c19d73d
esp_http_server : Minor clarification in httpd_req_get_url_query_str() API documentation
|
6 tahun lalu |
Gregory Eslinger
|
7f1047847a
HTTP Server: Added ability to select core
|
6 tahun lalu |
Piyush Shah
|
f28f4016cb
esp_http_server: Provide apps an option to let http_server ignore sess_ctx changes
|
6 tahun lalu |
Angus Gratton
|
19fd436e88
Merge branch 'esp_http_server/lru_counter_for_timestamp' into 'master'
|
6 tahun lalu |
Supreet Deshpande
|
4c8e997289
esp_http_server/lru_counter_for_timestamp:Added LRU counter for timer
|
7 tahun lalu |
Anurag Kar
|
28412d8cb6
http_server : Added feature for invoking user configurable handlers during server errors
|
7 tahun lalu |
Anurag Kar
|
cfebbae3ef
esp_http_server : Remove casual use of 'template' keyword
|
7 tahun lalu |
Anurag Kar
|
416c55e7f0
HTTP Server : Add uri_match_fn field in config structure which accepts custom URI matching functions of type httpd_uri_match_func_t and defaults to basic string compare when set to NULL.
|
7 tahun lalu |
Anurag Kar
|
107f52c4fc
HTTP Server : Add helper APIs for sending string content
|
7 tahun lalu |
Anurag Kar
|
9a9d18e466
esp_http_server : APIs renamed and context get/set implementations fixed
|
7 tahun lalu |
Anurag Kar
|
aa6066a197
esp_https_server : Docs and API references fixed
|
7 tahun lalu |