4#include <esp_http_server.h>
8namespace web_server_idf {
13optional<std::string>
query_key_value(
const std::string &query_url,
const std::string &key);
optional< std::string > request_get_url_query(httpd_req_t *req)
optional< std::string > request_get_header(httpd_req_t *req, const char *name)
optional< std::string > query_key_value(const std::string &query_url, const std::string &key)
bool request_has_header(httpd_req_t *req, const char *name)
Providing packet encoding functions for exchanging data with a remote host.