| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | |
| char * | address | 
| struct ast_tcptls_session_args | args | 
| char * | name | 
For standard configuration we have up to two accepting threads, one for http, one for https. If TEST_FRAMEWORK is enabled it's possible to have more than one running http server.
| char* address | 
Definition at line 123 of file http.c.
Referenced by http_server_create(), http_server_destroy(), and http_server_start().
| struct ast_tcptls_session_args args | 
Definition at line 121 of file http.c.
Referenced by __ast_http_load(), handle_show_http(), http_server_create(), http_server_destroy(), http_server_start(), and httpstatus_callback().
| char* name | 
Definition at line 122 of file http.c.
Referenced by PathSegment::get_child(), http_server_create(), http_server_destroy(), http_server_start(), and SwaggerType::load().