Dillo v3.1.1-98-g318d1f14
|
#include <url.h>
Public Attributes | |
Dstr * | url_string |
const char * | buffer |
const char * | scheme |
const char * | authority |
const char * | path |
const char * | query |
const char * | fragment |
const char * | hostname |
int | port |
int | flags |
Dstr * | data |
POST. | |
int | ismap_url_len |
Used by server side image maps. | |
int | illegal_chars |
number of illegal chars | |
int | illegal_chars_spc |
number of illegal space chars | |
const char* DilloUrl::authority |
Definition at line 92 of file url.h.
Referenced by a_Url_cmp(), a_Url_free(), a_Url_hostname(), a_Url_new(), a_Url_str(), Url_object_new(), and Url_resolve_relative().
const char* DilloUrl::buffer |
Definition at line 90 of file url.h.
Referenced by a_Url_free(), Url_object_new(), and Url_resolve_relative().
Dstr* DilloUrl::data |
POST.
Definition at line 99 of file url.h.
Referenced by a_Url_cmp(), a_Url_dup(), a_Url_free(), a_Url_new(), and a_Url_set_data().
int DilloUrl::flags |
Definition at line 98 of file url.h.
Referenced by a_Url_dup(), a_Url_set_flags(), Http_get(), and Url_object_new().
const char* DilloUrl::fragment |
Definition at line 95 of file url.h.
Referenced by a_Url_str(), Url_object_new(), and Url_resolve_relative().
const char* DilloUrl::hostname |
Definition at line 96 of file url.h.
Referenced by a_Url_free(), and a_Url_hostname().
int DilloUrl::illegal_chars |
number of illegal chars
Definition at line 101 of file url.h.
Referenced by a_Url_dup(), and a_Url_new().
int DilloUrl::illegal_chars_spc |
number of illegal space chars
Definition at line 102 of file url.h.
Referenced by a_Url_dup(), and a_Url_new().
int DilloUrl::ismap_url_len |
Used by server side image maps.
Definition at line 100 of file url.h.
Referenced by a_Url_dup(), and a_Url_set_ismap_coords().
const char* DilloUrl::path |
Definition at line 93 of file url.h.
Referenced by a_Url_cmp(), a_Url_str(), Url_object_new(), and Url_resolve_relative().
int DilloUrl::port |
Definition at line 97 of file url.h.
Referenced by a_Url_dup(), a_Url_hostname(), and a_Url_new().
const char* DilloUrl::query |
Definition at line 94 of file url.h.
Referenced by a_Url_cmp(), a_Url_set_ismap_coords(), a_Url_str(), Url_object_new(), and Url_resolve_relative().
const char* DilloUrl::scheme |
Definition at line 91 of file url.h.
Referenced by a_Url_cmp(), a_Url_hostname(), a_Url_new(), a_Url_str(), Url_object_new(), and Url_resolve_relative().
Dstr* DilloUrl::url_string |
Definition at line 89 of file url.h.
Referenced by a_Url_dup(), a_Url_free(), a_Url_new(), a_Url_set_ismap_coords(), and a_Url_str().