boost::urls::scheme
Identifies a known URL scheme
Synopsis
Declared in <boost/url/scheme.hpp>
enum class scheme : unsigned short;
Members
Name |
Description |
|
Indicates that no scheme is present |
|
Indicates the scheme is not a well‐known scheme |
|
File Transfer Protocol (FTP) |
|
File URI Scheme |
|
The Hypertext Transfer Protocol URI Scheme |
|
The Secure Hypertext Transfer Protocol URI Scheme |
|
The WebSocket URI Scheme |
|
The Secure WebSocket URI Scheme |
Non-Member Functions
Name |
Description |
Return the default port for a known scheme |
|
Return the known scheme for a non‐normalized string, if known |
|
Return the normalized string for a known scheme |