TE

scamper.http.headers.TE
final class TE(request: HttpRequest) extends AnyVal

Adds standardized access to TE header.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def hasTE: Boolean

Tests for TE header.

Tests for TE header.

Attributes

Creates new request with TE header set to supplied values.

Creates new request with TE header set to supplied values.

Attributes

Creates new request with TE header set to supplied values.

Creates new request with TE header set to supplied values.

Attributes

Gets TE header values.

Gets TE header values.

Attributes

Returns

header values or empty sequence if TE is not present

def teOption: Option[Seq[TransferCodingRange]]

Gets TE header values if present.

Gets TE header values if present.

Attributes

Creates new request with TE header removed.

Creates new request with TE header removed.

Attributes