RequestLine

scamper.http.RequestLine
See theRequestLine companion trait
object RequestLine

Provides factory for RequestLine.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self 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(line: String): RequestLine

Parses formatted request line.

Parses formatted request line.

Attributes

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

Creates request line.

Creates request line.

Attributes

Note

Request line is created as HTTP/1.1.

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

Creates request line.

Creates request line.

Attributes