org.http4s.Uri$.UserInfo
See theUserInfo companion object
The userinfo subcomponent may consist of a user name and, optionally, scheme-specific information about how to gain authorization to access the resource. The user information, if present, is followed by a commercial at-sign ("@") that delimits it from the host.
Value parameters
- password
-
The password, decoded. Passing a password in clear text in a URI is a security risk and deprecated by RFC 3986, but preserved in this model for losslessness.
- username
-
The username component, decoded.
Attributes
- See also
- Companion
- object
- Source
- Uri.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Comparable[UserInfo]class Objecttrait Matchableclass Any
Members list
In this article