ContentRange

final implicit
class ContentRange[T <: HttpMessage](message: T) extends AnyVal

Provides standardized access to Content-Range header.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Gets Content-Range header value.

Gets Content-Range header value.

Throws
HeaderNotFound

if Content-Range is not present

Gets Content-Range header value if present.

Gets Content-Range header value if present.

def hasContentRange: Boolean

Tests for Content-Range header.

Tests for Content-Range header.

Creates new message removing Content-Range header.

Creates new message removing Content-Range header.

Creates new message setting Content-Range header to supplied value.

Creates new message setting Content-Range header to supplied value.