Dillo v3.1.1-46-g8a360e32
Loading...
Searching...
No Matches
DilloUrl Struct Reference

#include <url.h>

Public Attributes

Dstrurl_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
 
Dstrdata
 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
 

Detailed Description

Definition at line 88 of file url.h.

Member Data Documentation

◆ authority

const char* DilloUrl::authority

◆ buffer

const char* DilloUrl::buffer

Definition at line 90 of file url.h.

Referenced by a_Url_free(), Url_object_new(), and Url_resolve_relative().

◆ data

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

◆ flags

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

◆ fragment

const char* DilloUrl::fragment

Definition at line 95 of file url.h.

Referenced by a_Url_str(), Url_object_new(), and Url_resolve_relative().

◆ hostname

const char* DilloUrl::hostname

Definition at line 96 of file url.h.

Referenced by a_Url_free(), and a_Url_hostname().

◆ illegal_chars

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

◆ illegal_chars_spc

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

◆ ismap_url_len

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

◆ path

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

◆ port

int DilloUrl::port

Definition at line 97 of file url.h.

Referenced by a_Url_dup(), a_Url_hostname(), and a_Url_new().

◆ query

const char* DilloUrl::query

◆ scheme

const char* DilloUrl::scheme

◆ url_string

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


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