Firmware  0.0.0
Loading...
Searching...
No Matches
http Namespace Reference

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}
 

Typedef Documentation

◆ Response

using http::Response = std::expected<std::string, std::string>

Function Documentation

◆ init()

esp_err_t http::init ( )
Todo
document

Variable Documentation

◆ handle

httpd_handle_t http::handle {}
inline

◆ stack_size

auto http::stack_size {6144uz}
inlineconstexpr