Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_uri Struct Reference

Stores parsed uri information. More...

Data Fields

char * host
 
char * path
 
char * port
 
char * query
 
char * scheme
 
char uri [0]
 
char * user_info
 

Detailed Description

Stores parsed uri information.

Definition at line 30 of file uri.c.

Field Documentation

char* host

host name or address

Definition at line 36 of file uri.c.

Referenced by Registration::parse_host_part(), and Registration::write().

char* path

path info following host[:port]

Definition at line 40 of file uri.c.

char* port

associated port

Definition at line 38 of file uri.c.

char* query

query information

Definition at line 42 of file uri.c.

char* scheme

scheme (e.g. http, https, ws, wss, etc...)

Definition at line 32 of file uri.c.

char uri[0]

storage for uri string

Definition at line 44 of file uri.c.

char* user_info

username:password

Definition at line 34 of file uri.c.


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