4 #include <esp_http_server.h> 8 namespace web_server_idf {
13 optional<std::string>
query_key_value(
const std::string &query_url,
const std::string &key);
optional< std::string > request_get_header(httpd_req_t *req, const char *name)
bool request_has_header(httpd_req_t *req, const char *name)
optional< 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)
Implementation of SPI Controller mode.