StatusLine

scamper.http.StatusLine
See theStatusLine companion trait
object StatusLine

Provides factory for StatusLine.

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
StatusLine.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): StatusLine

Parses formatted status line.

Parses formatted status line.

Attributes

Creates status line.

Creates status line.

Attributes

Note

Status line is created as HTTP/1.1.

def apply(version: HttpVersion, status: ResponseStatus): StatusLine

Creates status line.

Creates status line.

Attributes