Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
test_options Struct Reference

Data Fields

struct {
   int   maxage
 
   int   must_revalidate
 
   int   no_cache
 
   int   s_maxage
 
cache_control
 
const char * content_type
 
const char * etag
 
struct timeval expires
 
int send_file
 
int status_code
 
const char * status_text
 

Detailed Description

Definition at line 48 of file test_http_media_cache.c.

Field Documentation

◆ 

struct { ... } cache_control

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ content_type

const char* content_type

Definition at line 60 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ etag

const char* etag

Definition at line 59 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ expires

struct timeval expires

Definition at line 57 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ maxage

int maxage

Definition at line 53 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ must_revalidate

int must_revalidate

Definition at line 55 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ no_cache

int no_cache

Definition at line 54 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ s_maxage

int s_maxage

Definition at line 52 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ send_file

int send_file

Definition at line 50 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ status_code

int status_code

Definition at line 49 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().

◆ status_text

const char* status_text

Definition at line 58 of file test_http_media_cache.c.

Referenced by AST_TEST_DEFINE(), and http_callback().


The documentation for this struct was generated from the following file: