Struct SYN_HttpdRoute¶
An HTTP routing entry configuration.
#include <syn_httpd.h>
Public Attributes¶
| Type | Name |
|---|---|
| void * | ctx |
| SYN_HttpdHandler | handler |
| SYN_HttpMethod | method |
| const char * | path |
Public Attributes Documentation¶
variable ctx¶
User context for handler
variable handler¶
Handler function
variable method¶
HTTP method to match
variable path¶
Path to match (or prefix + '*')
The documentation for this class was generated from the following file src/syntropic/net/syn_httpd.h