Class static_url
A modifiable container for a URL.
Synopsis
template<size_t Capacity>
class static_url
: public static_url_base;
Declared in file <include/boost/url/static_url.hpp> on line 24
Defined in file <include/boost/url/static_url.hpp> on line 107
Member Functions
Name |
Description |
Destructor |
|
Constructor |
|
Constructor |
|
Constructor |
|
Constructor |
|
Assignment |
|
Assignment |
|
Set the scheme |
|
Remove the scheme |
|
Set the authority |
|
Remove the authority |
|
Set the userinfo |
|
Set the userinfo. |
|
Remove the userinfo |
|
Set the user |
|
Set the user |
|
Set the password. |
|
Set the password. |
|
Remove the password |
|
Set the host |
|
Set the host |
|
Set the host to an address |
|
Set the host to an address |
|
Set the host to an address |
|
Set the host to an address |
|
Set the host to an address |
|
Set the host to a name |
|
Set the host to a name |
|
Set the port |
|
Set the port |
|
Remove the port |
|
Set the path. |
|
Set the path. |
|
Set the query |
|
Set the query |
|
Remove the query |
|
Remove the fragment |
|
Set the fragment. |
|
Set the fragment. |
|
Remove the origin component |
|
Normalize the URL components |
|
Normalize the URL scheme |
|
Normalize the URL authority |
|
Normalize the URL path |
|
Normalize the URL query |
|
Normalize the URL fragment |