scalaz.http

response

package response

Visibility
  1. Public
  2. All

Type Members

  1. trait Body[OUT, A] extends AnyRef

    Type constructors that can be used in request and response bodies .

  2. trait Bodys extends AnyRef

  3. trait ContentTypeResolver extends AnyRef

    A function to resolve a content-type given a file extension .

  4. trait Response[OUT] extends AnyRef

    HTTP response .

  5. trait ResponseHeader extends AnyRef

    HTTP response headers .

  6. trait ResponseHeaders extends AnyRef

  7. trait Status extends AnyRef

    HTTP response status codes .

  8. trait StatusLine extends AnyRef

    HTTP response status line .

Value Members

  1. object AcceptRanges extends ResponseHeader with Product

    object Accepted extends Status with Product

    object Age extends ResponseHeader with Product

    object BadGateway extends Status with Product

    object BadRequest extends Status with Product

    object Body extends Bodys

    Type constructors that can be used in request and response bodies .

  2. object Conflict extends Status with Product

    object ContentTypeResolver extends AnyRef

    A function to resolve a content-type given a file extension .

  3. object Continue extends Status with Product

    object Created extends Status with Product

    object ETag extends ResponseHeader with Product

    object ExpectationFailed extends Status with Product

    object Forbidden extends Status with Product

    object Found extends Status with Product

    object GatewayTimeout extends Status with Product

    object Gone extends Status with Product

    object HTTPVersionNotSupported extends Status with Product

    object InternalServerError extends Status with Product

    object LengthRequired extends Status with Product

    object Location extends ResponseHeader with Product

    object MethodNotAllowed extends Status with Product

    object MovedPermanently extends Status with Product

    object MultipleChoices extends Status with Product

    object NoContent extends Status with Product

    object NonAuthoritativeInformation extends Status with Product

    object NotAcceptable extends Status with Product

    object NotFound extends Status with Product

    object NotImplemented extends Status with Product

    object NotModified extends Status with Product

    object OK extends Status with Product

    object PartialContent extends Status with Product

    object PaymentRequired extends Status with Product

    object PreconditionFailed extends Status with Product

    object ProxyAuthenticate extends ResponseHeader with Product

    object ProxyAuthenticationRequired extends Status with Product

    object RequestEntityTooLarge extends Status with Product

    object RequestTimeout extends Status with Product

    object RequestURITooLong extends Status with Product

    object RequestedRangeNotSatisfiable extends Status with Product

    object ResetContent extends Status with Product

    object Response extends AnyRef

    HTTP response .

  4. object ResponseHeader extends ResponseHeaders

    HTTP response headers .

  5. object RetryAfter extends ResponseHeader with Product

    object SeeOther extends Status with Product

    object Server extends ResponseHeader with Product

    object ServiceUnavailable extends Status with Product

    object Status extends AnyRef

    HTTP response status codes .

  6. object StatusLine extends AnyRef

    HTTP response status line .

  7. object StreamResponse extends AnyRef

    Functions to create responses that have a stream body .

  8. object SwitchingProtocols extends Status with Product

    object TemporaryRedirect extends Status with Product

    object Unauthorized extends Status with Product

    object UnsupportedMediaType extends Status with Product

    object UseProxy extends Status with Product

    object Vary extends ResponseHeader with Product

    object WWWAuthenticate extends ResponseHeader with Product

    package xhtml