RequestLine

Provides factory for RequestLine.

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(line: String): RequestLine

Parses formatted request line.

Parses formatted request line.

def apply(method: RequestMethod, target: Uri): RequestLine

Creates request line.

Creates request line.

Note

Request line is created as HTTP/1.1.

def apply(method: RequestMethod, target: Uri, version: HttpVersion): RequestLine

Creates request line.

Creates request line.