userver: http::DecomposedUrlView Struct Reference
Loading...
Searching...
No Matches
http::DecomposedUrlView Struct Reference

Detailed Description

Definition at line 21 of file url.hpp.

Public Attributes

std::string_view scheme
 
std::string_view host
 
std::string_view path
 
std::string_view query
 
std::string_view fragment
 

Member Data Documentation

◆ fragment

std::string_view http::DecomposedUrlView::fragment

Definition at line 26 of file url.hpp.

◆ host

std::string_view http::DecomposedUrlView::host

Definition at line 23 of file url.hpp.

◆ path

std::string_view http::DecomposedUrlView::path

Definition at line 24 of file url.hpp.

◆ query

std::string_view http::DecomposedUrlView::query

Definition at line 25 of file url.hpp.

◆ scheme

std::string_view http::DecomposedUrlView::scheme

Definition at line 22 of file url.hpp.


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