Package

play.api

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. case class ContentTypeOf[-A](mimeType: Option[String]) extends Product with Serializable

    Permalink

    Defines the default content type for type A.

    Defines the default content type for type A.

    A

    the content type

    Annotations
    @implicitNotFound( ... )
  2. trait ContentTypes extends AnyRef

    Permalink

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

  3. trait DefaultContentTypeOfs extends AnyRef

    Permalink

    Contains typeclasses for ContentTypeOf.

  4. trait DefaultWriteables extends LowPriorityWriteables

    Permalink

    Default Writeable.

  5. trait HeaderNames extends AnyRef

    Permalink

    Defines all standard HTTP headers.

  6. trait HttpProtocol extends AnyRef

    Permalink

    Defines HTTP protocol constants

  7. trait HttpVerbs extends AnyRef

    Permalink

    Standard HTTP Verbs

  8. trait LowPriorityWriteables extends AnyRef

    Permalink

    Default Writeable with lowwe priority.

  9. trait MimeTypes extends AnyRef

    Permalink

    Common HTTP MIME types

  10. trait Status extends AnyRef

    Permalink

    Defines all standard HTTP status codes.

  11. class Writeable[-A] extends AnyRef

    Permalink

    Transform a value of type A to a Byte Array.

    Transform a value of type A to a Byte Array.

    A

    the content type

    Annotations
    @implicitNotFound( ... )

Value Members

  1. object ContentTypeOf extends DefaultContentTypeOfs with Serializable

    Permalink

    Default Content-Type typeclasses.

  2. object ContentTypes extends ContentTypes

    Permalink

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

  3. object HeaderNames extends HeaderNames

    Permalink

    Defines all standard HTTP headers.

  4. object HttpProtocol extends HttpProtocol

    Permalink

    Defines HTTP protocol constants

  5. object HttpVerbs extends HttpVerbs

    Permalink

    Standard HTTP Verbs

  6. object MimeTypes extends MimeTypes

    Permalink

    Common HTTP MIME types

  7. object Status extends Status

    Permalink

    Defines all standard HTTP Status.

  8. object Writeable extends DefaultWriteables

    Permalink

    Helper utilities for Writeable.

Ungrouped