Firmware  0.4.1
Loading...
Searching...
No Matches
intf::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 intf::http::Response = std::expected<std::string, std::string>

Function Documentation

◆ init()

esp_err_t intf::http::init ( )
Todo
document

Variable Documentation

◆ handle

httpd_handle_t intf::http::handle {}
inline

◆ stack_size

auto intf::http::stack_size {6144uz}
inlineconstexpr