Skip to content

Rfc3986UriFormat

Properties

Name Type Description Notes
scheme String URL scheme specifier [optional] [default to null]
netloc String Network location part [optional] [default to null]
path String Hierarchical path [optional] [default to null]
params String Parameters for last path element [optional] [default to null]
query String Query component [optional] [default to null]
fragment String Fragment identifier [optional] [default to null]
username String User name [optional] [default to null]
password String Password [optional] [default to null]
hostname String Host name (lower case) [optional] [default to null]
port Integer Port number as integer, if present) [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]