Home | Libraries | People | FAQ | More |
Identifies a known URL scheme.
Defined in header <boost/url/scheme.hpp>
enum scheme
Name |
Description |
---|---|
|
Indicates that no scheme is present. |
|
Indicates the scheme is not a well-known scheme. |
|
File Transfer Protocol (FTP) FTP is a standard communication protocol used for the transfer of computer files from a server to a client on a computer network. Specification |
|
File URI Scheme. The File URI Scheme is typically used to retrieve files from within one's own computer. Specification |
|
The Hypertext Transfer Protocol URI Scheme. URLs of this type indicate a resource which is interacted with using the HTTP protocol. Specification |
|
The Secure Hypertext Transfer Protocol URI Scheme. URLs of this type indicate a resource which is interacted with using the Secure HTTP protocol. Specification |
|
The WebSocket URI Scheme. URLs of this type indicate a resource which is interacted with using the WebSocket protocol. Specification |
|
The Secure WebSocket URI Scheme. URLs of this type indicate a resource which is interacted with using the Secure WebSocket protocol. Specification |
Convenience header <boost/url.hpp>