![]()
![]()
#define _HTTPD_PRIV_H_
![]()
![]()
#include <stdbool.h>
![]()
![]()
#include <sys/socket.h>
![]()
![]()
#include <sys/param.h>
![]()
![]()
#include <netinet/in.h>
![]()
![]()
#include <esp_log.h>
![]()
![]()
#include <esp_err.h>
![]()
![]()
#include <esp_http_server.h>
![]()
![]()
#include "osal.h"
![]()
![]()
#define NEWLIB_NANO_COMPAT_FORMAT
![]()
![]()
#define NEWLIB_NANO_COMPAT_CAST
![]()
![]()
#define NEWLIB_NANO_COMPAT_FORMAT
![]()
![]()
#define NEWLIB_NANO_COMPAT_CAST
![]()
![]()
#define PARSER_BLOCK_SIZE
![]()
![]()
#define HTTPD_SCRATCH_BUF
![]()
![]()
#define LOG_FMT
![]()
![]()
thread_data
![]()
![]()
handle
![]()
![]()
<anonymous enum>
![]()
![]()
THREAD_IDLE
![]()
![]()
THREAD_RUNNING
![]()
![]()
THREAD_STOPPING
![]()
![]()
THREAD_STOPPED
![]()
![]()
status
![]()
![]()
sock_db
![]()
![]()
fd
![]()
![]()
ctx
![]()
![]()
ignore_sess_ctx_changes
![]()
![]()
transport_ctx
![]()
![]()
handle
![]()
![]()
free_ctx
![]()
![]()
free_transport_ctx
![]()
![]()
send_fn
![]()
![]()
recv_fn
![]()
![]()
pending_fn
![]()
![]()
lru_counter
![]()
![]()
lru_socket
![]()
![]()
pending_data
![]()
![]()
pending_len
![]()
![]()
for_async_req
![]()
![]()
httpd_req_aux
![]()
![]()
sd
![]()
![]()
scratch
![]()
![]()
remaining_len
![]()
![]()
status
![]()
![]()
content_type
![]()
![]()
first_chunk_sent
![]()
![]()
req_hdrs_count
![]()
![]()
resp_hdrs_count
![]()
![]()
resp_hdr
![]()
![]()
field
![]()
![]()
value
![]()
![]()
resp_hdrs
![]()
![]()
url_parse_res
![]()
![]()
httpd_data
![]()
![]()
config
![]()
![]()
listen_fd
![]()
![]()
ctrl_fd
![]()
![]()
msg_fd
![]()
![]()
hd_td
![]()
![]()
hd_sd
![]()
![]()
hd_sd_active_count
![]()
![]()
hd_calls
![]()
![]()
hd_req
![]()
![]()
hd_req_aux
![]()
![]()
lru_counter
![]()
![]()
err_handler_fns
![]()
![]()
Group : Session Management
![]()
![]()
httpd_session_enum_function
![]()
![]()
httpd_sess_enum(struct httpd_data *, httpd_session_enum_function, void *);
![]()
![]()
httpd_sess_get_free(struct httpd_data *);
![]()
![]()
httpd_sess_get(struct httpd_data *, int);
![]()
![]()
httpd_sess_delete_invalid(struct httpd_data *);
![]()
![]()
httpd_sess_init(struct httpd_data *);
![]()
![]()
httpd_sess_new(struct httpd_data *, int);
![]()
![]()
httpd_sess_process(struct httpd_data *, struct sock_db *);
![]()
![]()
httpd_sess_delete(struct httpd_data *, struct sock_db *);
![]()
![]()
httpd_sess_free_ctx(void **, httpd_free_ctx_fn_t);
![]()
![]()
httpd_sess_set_descriptors(struct httpd_data *, fd_set *, int *);
![]()
![]()
httpd_is_sess_available(struct httpd_data *);
![]()
![]()
httpd_sess_pending(struct httpd_data *, struct sock_db *);
![]()
![]()
httpd_sess_close_lru(struct httpd_data *);
![]()
![]()
httpd_sess_close_all(struct httpd_data *);
![]()
![]()
Group : URI Handling
![]()
![]()
httpd_uri(struct httpd_data *);
![]()
![]()
httpd_unregister_all_uri_handlers(struct httpd_data *);
![]()
![]()
httpd_validate_req_ptr(httpd_req_t *);
![]()
![]()
#define httpd_valid_req
![]()
![]()
#define httpd_valid_req
![]()
![]()
Group : Processing
![]()
![]()
httpd_req_new(struct httpd_data *, struct sock_db *);
![]()
![]()
httpd_req_delete(struct httpd_data *);
![]()
![]()
httpd_req_handle_err(httpd_req_t *, httpd_err_code_t);
![]()
![]()
httpd_send(httpd_req_t *, const char *, size_t);
![]()
![]()
httpd_recv_with_opt(httpd_req_t *, char *, size_t, bool);
![]()
![]()
httpd_unrecv(struct httpd_req *, const char *, size_t);
![]()
![]()
httpd_default_send(httpd_handle_t, int, const char *, size_t, int);
![]()
![]()
httpd_default_recv(httpd_handle_t, int, char *, size_t, int);
![]()
![]()
httpd_ws_respond_server_handshake(httpd_req_t *, const char *);
![]()
![]()
httpd_ws_get_frame_type(httpd_req_t *);
![]()
![]()
httpd_sess_trigger_close_(httpd_handle_t, struct sock_db *);
![]()
![]()
#define ESP_HTTP_SERVER_EVENT_POST_TIMEOUT
![]()
![]()
#define ESP_HTTP_SERVER_EVENT_POST_TIMEOUT
![]()
![]()
esp_http_server_dispatch_event(int32_t, const void *, size_t);