do nothing
Checks the user
and password
.
If password
is not provided, then user
is split, using URI::Generic.split_userinfo
, to pull user
and +password.
See also URI::Generic.check_user
, URI::Generic.check_password
.
Protected setter for the user
component, and password
if available (with validation).
See also URI::Generic.userinfo=
.
Returns the userinfo ui
as [user, password]
if properly formatted as ‘user:password’.
Private setter for attributes val
.
we have our own signing code here to avoid a dependency on the aws-sdk gem
Allows OptionParser
to handle HTTP URIs.
Returns a Hash
of the defined schemes.