Asterisk - The Open Source Telephony Project GIT-master-80b953f
Loading...
Searching...
No Matches
Data Fields
http_restriction Struct Reference

Per-path ACL restriction. More...

Collaboration diagram for http_restriction:
Collaboration graph
[legend]

Data Fields

struct ast_acl_listacl
 
struct { 
 
   struct http_restriction *   next 
 
entry 
 
char path []
 

Detailed Description

Per-path ACL restriction.

Definition at line 182 of file http.c.

Field Documentation

◆ acl

struct ast_acl_list* acl

Definition at line 184 of file http.c.

Referenced by __ast_http_load(), check_restriction_acl(), handle_show_http(), and unload_module().

◆ [struct]

struct { ... } entry

◆ next

struct http_restriction* next

Definition at line 183 of file http.c.

◆ path

char path[]

Definition at line 185 of file http.c.

Referenced by __ast_http_load(), check_restriction_acl(), and handle_show_http().


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