boost::urls::scheme

Identifies a known URL scheme

Synopsis

Declared in <boost/url/scheme.hpp>
enum class scheme : unsigned short;


Members

Name Description
none Indicates that no scheme is present
unknown Indicates the scheme is not a well-known scheme
ftp File Transfer Protocol (FTP)
file File URI Scheme
http The Hypertext Transfer Protocol URI Scheme
https The Secure Hypertext Transfer Protocol URI Scheme
ws The WebSocket URI Scheme
wss The Secure WebSocket URI Scheme

Non-Member Functions

Name Description
default_portReturn the default port for a known scheme
string_to_schemeReturn the known scheme for a non-normalized string, if known
to_stringReturn the normalized string for a known scheme

Description

Specification

Created with MrDocs