Audacity 3.2.0
Public Attributes | List of all members
UriFields Struct Referencefinal

#include <UriParser.h>

Collaboration diagram for UriFields:
[legend]

Public Attributes

std::string_view Scheme
 
std::string_view UserInfo
 
std::string_view Host
 
std::string_view Port
 
std::string_view Path
 
std::string_view Query
 
std::string_view Fragment
 

Detailed Description

Definition at line 12 of file UriParser.h.

Member Data Documentation

◆ Fragment

std::string_view UriFields::Fragment

Definition at line 19 of file UriParser.h.

Referenced by ParseUri().

◆ Host

std::string_view UriFields::Host

Definition at line 15 of file UriParser.h.

Referenced by ParseUri().

◆ Path

std::string_view UriFields::Path

Definition at line 17 of file UriParser.h.

Referenced by ParseUri().

◆ Port

std::string_view UriFields::Port

Definition at line 16 of file UriParser.h.

Referenced by ParseUri().

◆ Query

std::string_view UriFields::Query

Definition at line 18 of file UriParser.h.

Referenced by ParseUri().

◆ Scheme

std::string_view UriFields::Scheme

Definition at line 13 of file UriParser.h.

Referenced by ParseUri().

◆ UserInfo

std::string_view UriFields::UserInfo

Definition at line 14 of file UriParser.h.

Referenced by ParseUri().


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