Package

play.api

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait ContentTypes extends AnyRef

    Permalink

    Defines common HTTP Content-Type header values, according to the current available Codec.

  2. trait HeaderNames extends AnyRef

    Permalink

    Defines all standard HTTP headers.

  3. trait HttpProtocol extends AnyRef

    Permalink

    Defines HTTP protocol constants

  4. trait HttpVerbs extends AnyRef

    Permalink

    Standard HTTP Verbs

  5. trait MimeTypes extends AnyRef

    Permalink

    Common HTTP MIME types

  6. trait Status extends AnyRef

    Permalink

    Defines all standard HTTP status codes.

    Defines all standard HTTP status codes.

    See RFC 7231 and RFC 6585.

Value Members

  1. object ContentTypes extends ContentTypes

    Permalink

    Defines common HTTP Content-Type header values, according to the current available Codec.

  2. object HeaderNames extends HeaderNames

    Permalink

    Defines all standard HTTP headers.

  3. object HttpProtocol extends HttpProtocol

    Permalink

    Defines HTTP protocol constants

  4. object HttpVerbs extends HttpVerbs

    Permalink

    Standard HTTP Verbs

  5. object MimeTypes extends MimeTypes

    Permalink

    Common HTTP MIME types

  6. object Status extends Status

    Permalink

    Defines all standard HTTP status codes, with additional helpers for determining the type of status.

Ungrouped