vttp
An HTTP backed Virtual Table extension for SQLite
Loading...
Searching...
No Matches
Public Attributes | List of all members
url Struct Reference

#include <fetch.h>

Collaboration diagram for url:
Collaboration graph
[legend]

Public Attributes

struct str host
 A string containing the domain (that is the hostname) followed by (if a port was specified) a ':' and the port of the URL.
 
struct str hostname
 A string containing the domain of the URL.
 
struct str pathname
 A string containing an initial '/' followed by the path of the URL, not including the query string or fragment.
 
struct str port
 A string containing the port number of the URL.
 
struct str protocol
 A string containing the protocol scheme of the URL, including the final ':'.
 

Detailed Description

Taken from Web API URL, word 4 word, bar 4 bar.

Member Data Documentation

◆ host

struct str url::host

A string containing the domain (that is the hostname) followed by (if a port was specified) a ':' and the port of the URL.

https://developer.mozilla.org/en-US/docs/Web/API/URL/host

◆ hostname

struct str url::hostname

A string containing the domain of the URL.

https://developer.mozilla.org/en-US/docs/Web/API/URL/hostname

◆ pathname

struct str url::pathname

A string containing an initial '/' followed by the path of the URL, not including the query string or fragment.

https://developer.mozilla.org/en-US/docs/Web/API/URL/pathname

◆ port

struct str url::port

A string containing the port number of the URL.

https://developer.mozilla.org/en-US/docs/Web/API/URL/port

◆ protocol

struct str url::protocol

A string containing the protocol scheme of the URL, including the final ':'.

https://developer.mozilla.org/en-US/docs/Web/API/URL/protocol


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