Enum scheme
Identifies a known URL scheme
Synopsis
Declared in header <boost/url/scheme.hpp>
enum 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 |