| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
#include <http.h>
Data Fields | |
| Octstr * | url | 
| Octstr * | scheme | 
| Octstr * | host | 
| unsigned long | port | 
| Octstr * | user | 
| Octstr * | pass | 
| Octstr * | path | 
| Octstr * | query | 
| Octstr * | fragment | 
| Octstr* HTTPURLParse::fragment | 
Definition at line 250 of file http.h.
Referenced by http_urlparse_create(), http_urlparse_destroy(), and parse_dump().
| Octstr* HTTPURLParse::host | 
Definition at line 244 of file http.h.
Referenced by generic_send_sms(), http_urlparse_create(), http_urlparse_destroy(), parse2trans(), parse_dump(), and parse_url().
| Octstr* HTTPURLParse::pass | 
Definition at line 247 of file http.h.
Referenced by http_urlparse_create(), http_urlparse_destroy(), parse2trans(), parse_dump(), and parse_url().
| Octstr* HTTPURLParse::path | 
Definition at line 248 of file http.h.
Referenced by generic_send_sms(), http_urlparse_create(), http_urlparse_destroy(), parse2trans(), parse_dump(), and parse_url().
| unsigned long HTTPURLParse::port | 
Definition at line 245 of file http.h.
Referenced by generic_send_sms(), http_urlparse_create(), parse2trans(), parse_dump(), and parse_url().
| Octstr* HTTPURLParse::query | 
Definition at line 249 of file http.h.
Referenced by generic_send_sms(), http_urlparse_create(), http_urlparse_destroy(), parse2trans(), parse_dump(), and parse_url().
| Octstr* HTTPURLParse::scheme | 
Definition at line 243 of file http.h.
Referenced by generic_send_sms(), http_urlparse_create(), http_urlparse_destroy(), parse2trans(), parse_dump(), and parse_url().
| Octstr* HTTPURLParse::url | 
Definition at line 242 of file http.h.
Referenced by http_urlparse_create(), http_urlparse_destroy(), parse_dump(), and parse_url().
| Octstr* HTTPURLParse::user | 
Definition at line 246 of file http.h.
Referenced by http_urlparse_create(), http_urlparse_destroy(), parse2trans(), parse_dump(), and parse_url().