zio.http.Scheme$
See theScheme companion trait
object Scheme
Attributes
Members list
Type members
Classlikes
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Decodes a string to an Option of Scheme. Returns None in case of null/non-valid Scheme
Decodes a string to an Option of Scheme. Returns None in case of null/non-valid Scheme
The should be lowercase and follow this syntax:
- Scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." )
Attributes
In this article