#include <endpoints.hpp>
|
template<typename T , typename F > |
void | subscribe (key_type const &key, std::shared_ptr< T > t, F &&f) |
|
|
httpd_uri_t | req2key (httpd_req_t *req) const |
|
◆ async_mapped_type
◆ key_type
◆ sync_mapped_type
◆ asyncResponse()
esp_err_t http::Endpoints::asyncResponse |
( |
httpd_req_t * | req | ) |
|
|
inlineprotected |
◆ req2key()
httpd_uri_t http::Endpoints::req2key |
( |
httpd_req_t * | req | ) |
const |
|
inlineprivate |
◆ subscribe()
template<typename T , typename F >
void http::Endpoints::subscribe |
( |
key_type const & | key, |
|
|
std::shared_ptr< T > | t, |
|
|
F && | f ) |
|
inline |
◆ syncResponse()
Response http::Endpoints::syncResponse |
( |
httpd_req_t * | req | ) |
|
|
inlineprotected |
- Todo
- document
- Todo
- properly iterating over vector...
◆ _async_map
◆ _sync_map
The documentation for this class was generated from the following file: