class Awscr::Signer::V4::Uri
- Awscr::Signer::V4::Uri
- Reference
- Object
Overview
A Uri
uri = Uri.new(::URI.parse("/"))
uri.path
Defined in:
awscr-signer/v4/uri.crConstructors
-
.new(path : String)
The path must be non encoded.
-
.new(uri : URI)
The path must be non encoded.
Class Method Summary
Instance Method Summary
-
#host
Returns the host of the UI
-
#path
Returns path of the
Uri
, normalizes the path, and encode the path as required by version 4 -
#to_s(io : IO)
Returns the uri encoded