uri::components Class
The various components of a URI. This enum is used to indicate which URI component is being encoded to the encode_uri_component. This allows specific encoding to be performed. Scheme and port don't allow '%' so they don't need to be encoded.
class components;
Members
Public Enumerations
Name |
Description |
---|---|
Requirements
Header: base_uri.h
Namespace: web::http