Asterisk - The Open Source Telephony Project GIT-master-7921072
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

◆ host

char* host

◆ path

char* path

◆ port

char* port

◆ query

char* query

query information

Definition at line 42 of file uri.c.

Referenced by ast_uri_copy_replace(), ast_uri_create(), ast_uri_create_(), and ast_uri_parse().

◆ scheme

char* scheme

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

Definition at line 32 of file uri.c.

Referenced by ast_uri_copy_replace(), ast_uri_create(), ast_uri_create_(), ast_uri_parse(), and uri_parse_and_default().

◆ uri

char uri[0]

◆ user_info

char* user_info

username:password

Definition at line 34 of file uri.c.

Referenced by ast_uri_copy_replace(), ast_uri_create(), ast_uri_create_(), and ast_uri_parse().


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