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

    mimeType

    the default content type for A, if any

    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. sealed trait HttpChunk extends AnyRef

    Permalink

    An HTTP chunk.

    An HTTP chunk.

    May either be a HttpChunk.Chunk containing data, or a HttpChunk.LastChunk, signifying the last chunk in a stream, optionally with trailing headers.

  7. sealed trait HttpEntity extends AnyRef

    Permalink

    An HTTP entity.

    An HTTP entity.

    HTTP entities come in three flavors, HttpEntity.Strict, HttpEntity.Streamed and HttpEntity.Chunked.

  8. trait HttpProtocol extends AnyRef

    Permalink

    Defines HTTP protocol constants

  9. trait HttpVerbs extends AnyRef

    Permalink

    Standard HTTP Verbs

  10. trait LowPriorityWriteables extends AnyRef

    Permalink

    Default Writeable with lowwe priority.

  11. trait MimeTypes extends AnyRef

    Permalink

    Common HTTP MIME types

  12. final class Port extends AnyVal

    Permalink

    A port.

    A port. This class is defined so that ports can be passed around implicitly.

  13. trait Status extends AnyRef

    Permalink

    Defines all standard HTTP status codes.

  14. 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 HttpChunk

    Permalink
  5. object HttpEntity

    Permalink
  6. object HttpProtocol extends HttpProtocol

    Permalink

    Defines HTTP protocol constants

  7. object HttpVerbs extends HttpVerbs

    Permalink

    Standard HTTP Verbs

  8. object MimeTypes extends MimeTypes

    Permalink

    Common HTTP MIME types

  9. object Status extends Status

    Permalink

    Defines all standard HTTP Status.

  10. object Writeable extends DefaultWriteables

    Permalink

    Helper utilities for Writeable.

Ungrouped