ContentDisposition

final implicit
class ContentDisposition(response: HttpResponse) extends AnyVal

Provides standardized access to Content-Disposition header.

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

Gets Content-Disposition header value.

Gets Content-Disposition header value.

Throws
HeaderNotFound

if Content-Disposition is not present

Gets Content-Disposition header value if present.

Gets Content-Disposition header value if present.

Tests for Content-Disposition header.

Tests for Content-Disposition header.

Creates new response removing Content-Disposition header.

Creates new response removing Content-Disposition header.

Creates new response setting Content-Disposition header to supplied value.

Creates new response setting Content-Disposition header to supplied value.