Forbidden

scurry.http.response.Forbidden
class Forbidden extends HttpResponse

403 (Forbidden)

Attributes

Graph
Supertypes
class HttpResponse
class HttpMessage
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(res: Map[String, AnyRef])

Creates 403 (Forbidden).

Creates 403 (Forbidden).

Attributes

Inherited methods

def getBody(): Body

Gets message body.

Gets message body.

Attributes

Inherited from:
HttpMessage

Gets cookies.

Gets cookies.

Attributes

Inherited from:
HttpResponse

Gets message headers.

Gets message headers.

Attributes

Inherited from:
HttpMessage
def getHttpVersion(): String

Gets HTTP version.

Gets HTTP version.

Attributes

Inherited from:
HttpMessage
def getReasonPhrase(): String

Gets reason phrase.

Gets reason phrase.

Attributes

Inherited from:
HttpResponse
def getStartLine(): String

Gets message start line.

Gets message start line.

Attributes

Inherited from:
HttpMessage
def getStatusCode(): Int

Gets status code.

Gets status code.

Attributes

Inherited from:
HttpResponse
def isClientError(): Boolean

Tests for client error status code.

Tests for client error status code.

Attributes

Inherited from:
HttpResponse
def isInformational(): Boolean

Tests for informational status code.

Tests for informational status code.

Attributes

Inherited from:
HttpResponse
def isRedirection(): Boolean

Tests for redirection status code.

Tests for redirection status code.

Attributes

Inherited from:
HttpResponse
def isServerError(): Boolean

Tests for server error status code.

Tests for server error status code.

Attributes

Inherited from:
HttpResponse
def isSuccessful(): Boolean

Tests for successful status code.

Tests for successful status code.

Attributes

Inherited from:
HttpResponse