ESP32/ESP8266 Firewall 1.0.0
a software firewall for ESP23 or ESP8266
|
This is the complete list of members for fw::API, including all inherited members.
add_endpoint_to_list(const String uri, const char *method, const char *description) | fw::API | private |
API(Firewall *, const char *cert, const char *key, const char *username, const char *password, const String ip, const uint16_t port=8080) | fw::API | |
api_ip (defined in fw::API) | fw::API | private |
api_port (defined in fw::API) | fw::API | private |
check_auth() | fw::API | private |
construct_json_api() | fw::API | private |
construct_json_api_endpoint(api_endpoint_t *api_ptr) | fw::API | private |
construct_json_firewall() | fw::API | private |
construct_json_firewall_rule(firewall_rule_t *rule_ptr) | fw::API | private |
credentials (defined in fw::API) | fw::API | private |
delete_firewall_handler() | fw::API | private |
endpoint_head (defined in fw::API) | fw::API | private |
firewall (defined in fw::API) | fw::API | private |
get_endpoint_list_handler() | fw::API | private |
get_firewall_rule_handler() | fw::API | private |
get_firewall_rules_handler() | fw::API | private |
get_url_base() | fw::API | private |
json_array_response(String serialized_string, const uint16_t response_code) | fw::API | private |
json_generic_response(String serialized_string, const uint16_t response_code) | fw::API | private |
json_message_response(String message, const uint16_t response_code) | fw::API | private |
json_new_attribute(String key, String value, bool last=false) | fw::API | private |
json_new_attribute(String key, uint32_t value, bool last=false) | fw::API | private |
json_response_type (defined in fw::API) | fw::API | private |
not_found_handler() | fw::API | private |
post_firewall_handler() | fw::API | private |
put_firewall_handler() | fw::API | private |
request_has_all_firewall_parameter() | fw::API | private |
server (defined in fw::API) | fw::API | private |
setup_auth(const char *username, const char *password) | fw::API | private |
setup_routing(const char *cert, const char *key) | fw::API | private |
TAG (defined in fw::API) | fw::API | private |
~API() | fw::API |