Kannel: Open Source WAP and SMS gateway  svn-r5335
HTTPURLParse Struct Reference

#include <http.h>

Data Fields

Octstrurl
 
Octstrscheme
 
Octstrhost
 
unsigned long port
 
Octstruser
 
Octstrpass
 
Octstrpath
 
Octstrquery
 
Octstrfragment
 

Detailed Description

Definition at line 241 of file http.h.

Field Documentation

◆ fragment

Octstr* HTTPURLParse::fragment

Definition at line 250 of file http.h.

Referenced by http_urlparse_create(), http_urlparse_destroy(), and parse_dump().

◆ host

Octstr* HTTPURLParse::host

◆ pass

Octstr* HTTPURLParse::pass

◆ path

Octstr* HTTPURLParse::path

◆ port

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().

◆ query

Octstr* HTTPURLParse::query

◆ scheme

Octstr* HTTPURLParse::scheme

◆ 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().

◆ user

Octstr* HTTPURLParse::user

The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.