Namespaces | |
namespace | ap |
namespace | sta |
Classes | |
class | Endpoints |
struct | Message |
struct | Request |
Typedefs | |
using | Response = std::expected<std::string, std::string> |
Functions | |
esp_err_t | init () |
Variables | |
httpd_handle_t | handle {} |
Handle to server instance. | |
constexpr auto | stack_size {6144uz} |
using http::Response = std::expected<std::string, std::string> |
esp_err_t http::init | ( | ) |
|
inline |
|
inlineconstexpr |