Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/http/Url.hpp>
Public Member Functions | |
BasicUrl () noexcept | |
BasicUrl (const BasicUrl &) noexcept=default | |
BasicUrl & | operator= (const BasicUrl &) noexcept=default |
BasicUrl (BasicUrl &&) noexcept=default | |
BasicUrl & | operator= (BasicUrl &&) noexcept=default |
auto | schema () const noexcept |
auto | host () const noexcept |
auto | port () const noexcept |
auto | path () const noexcept |
auto | query () const noexcept |
auto | fragment () const noexcept |
auto | user_info () const noexcept |
Protected Member Functions | |
~BasicUrl ()=default | |
void | reset () noexcept |
void | parse (bool is_connect=false) |
|
inlinenoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
protecteddefault |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlineprotectednoexcept |
|
inlineprotected |