#include <http.h>
Data Fields | |
ast_http_callback | callback |
const char * | description |
unsigned int | has_subtree:1 |
ast_http_uri * | next |
unsigned int | static_content:1 |
const char * | uri |
Definition at line 41 of file http.h.
const char* description |
unsigned int has_subtree |
struct ast_http_uri* next |
Definition at line 42 of file http.h.
Referenced by ast_http_uri_link(), ast_http_uri_unlink(), handle_show_http(), and handle_uri().
unsigned int static_content |
This URI mapping serves static content
Definition at line 47 of file http.h.
Referenced by handle_uri().
const char* uri |
Definition at line 44 of file http.h.
Referenced by ast_http_uri_link(), handle_show_http(), and handle_uri().