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