|
Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
| struct { | |
| int maxage | |
| int must_revalidate | |
| int no_cache | |
| int s_maxage | |
| } | cache_control |
| const char * | etag |
| struct timeval | expires |
| int | send_file |
| int | status_code |
| const char * | status_text |
Definition at line 48 of file test_http_media_cache.c.
| struct { ... } cache_control |
Referenced by AST_TEST_DEFINE(), and http_callback().
| const char* etag |
Definition at line 59 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
| struct timeval expires |
Definition at line 57 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
| int maxage |
Definition at line 53 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
| int must_revalidate |
Definition at line 55 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
| int no_cache |
Definition at line 54 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
| int s_maxage |
Definition at line 52 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
| int send_file |
Definition at line 50 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
| int status_code |
Definition at line 49 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
| const char* status_text |
Definition at line 58 of file test_http_media_cache.c.
Referenced by AST_TEST_DEFINE(), and http_callback().
1.8.13