|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 url,包括所有继承而来的类成员
| build_query(const unordered_map< string, string > ¶ms) | url | static |
| decode(string_view str) | url | static |
| decode_tolerant(string_view str) | url | static |
| encode(string_view str, bool encode_slash=true) | url | static |
| encode_form(string_view str) | url | static |
| fragment | url | |
| host | url | |
| is_valid() const noexcept | url | |
| parse(string_view str) | url | static |
| parse_query(string_view query, unordered_map< string, string > ¶ms) | url | static |
| path | url | |
| port | url | |
| query | url | |
| scheme | url | |
| to_string() const | url | |
| try_parse(const string_view str) noexcept | iobject< url > | inline |
| url()=default | url |