object Scheme
- Source
- Uri.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scheme
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def fromString(s: String): ParseResult[Scheme]
- val http: Scheme
- implicit val http4sInstancesForScheme: HttpCodec[Scheme]
- implicit val http4sOrderForScheme: Order[Scheme]
- implicit val http4sShowForScheme: Show[Scheme]
- val https: Scheme
-
def
unsafeFromString(s: String): Scheme
Like
fromString
, but throws on invalid input
Deprecated Value Members
-
def
parse(s: String): ParseResult[Scheme]
- Annotations
- @deprecated
- Deprecated
(Since version 0.21.0-M2) Renamed to fromString