Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

HTTPURLParse Struct Reference

#include <http.h>

Collaboration diagram for HTTPURLParse:

Collaboration graph
[legend]

Data Fields

Octstrurl
Octstrscheme
Octstrhost
unsigned long port
Octstruser
Octstrpass
Octstrpath
Octstrquery
Octstrfragment

Field Documentation

Octstr* HTTPURLParse::fragment
 

Definition at line 229 of file http.h.

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

Octstr* HTTPURLParse::host
 

Definition at line 223 of file http.h.

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

Octstr* HTTPURLParse::pass
 

Definition at line 226 of file http.h.

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

Octstr* HTTPURLParse::path
 

Definition at line 227 of file http.h.

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

unsigned long HTTPURLParse::port
 

Definition at line 224 of file http.h.

Referenced by http_urlparse_create(), parse2trans(), parse_dump(), and parse_url().

Octstr* HTTPURLParse::query
 

Definition at line 228 of file http.h.

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

Octstr* HTTPURLParse::scheme
 

Definition at line 222 of file http.h.

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

Octstr* HTTPURLParse::url
 

Definition at line 221 of file http.h.

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

Octstr* HTTPURLParse::user
 

Definition at line 225 of file http.h.

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


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.