UserInfo

org.http4s.Uri$.UserInfo
See theUserInfo companion object
final case class UserInfo extends Ordered[UserInfo]

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 Serializable
trait Product
trait Equals
trait Ordered[UserInfo]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compare(that: UserInfo): Int

Attributes

Definition Classes
Source
Uri.scala

Inherited methods

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product