Uri

scamper.http.Uri
See theUri companion trait
object Uri

Provides factory for Uri.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Uri.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(uri: String): Uri

Creates normalized URI with supplied string.

Creates normalized URI with supplied string.

Attributes

Throws
IllegalArgumentException

if absolute and scheme not one of http, https, wss, or ws.

def apply(url: URL): Uri

Creates normalized URI with supplied URL.

Creates normalized URI with supplied URL.

Attributes

Throws
IllegalArgumentException

if absolute and scheme not one of http, https, wss, or ws.

def apply(uri: URI): Uri

Creates normalized URI with supplied URI.

Creates normalized URI with supplied URI.

Attributes

Throws
IllegalArgumentException

if absolute and scheme not one of http, https, wss, or ws.