ContentRange

scamper.http.headers.ContentRange
final class ContentRange[T <: HttpMessage](message: T) extends AnyVal

Adds standardized access to Content-Range header.

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

Gets Content-Range header value.

Gets Content-Range header value.

Attributes

Throws
HeaderNotFound

if Content-Range is not present

Gets Content-Range header value if present.

Gets Content-Range header value if present.

Attributes

Creates new message with Content-Range header removed.

Creates new message with Content-Range header removed.

Attributes

def hasContentRange: Boolean

Tests for Content-Range header.

Tests for Content-Range header.

Attributes

Creates new message with Content-Range header set to supplied value.

Creates new message with Content-Range header set to supplied value.

Attributes