p

scamper

package scamper

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BodyParser[T] extends AnyRef

    Provides utility for parsing HTTP message body.

    Provides utility for parsing HTTP message body.

    See also

    BodyParsers

  2. trait BodyParsing extends AnyRef

    A mixin that provides access to decoded message body.

  3. trait Cookie extends AnyRef

    HTTP Cookie

  4. trait Entity extends AnyRef

    HTTP entity

  5. trait Header extends AnyRef

    HTTP header

  6. case class HeaderNotFound(name: String) extends HttpException with Product with Serializable

    Indicates absence of specified header.

  7. class HttpException extends RuntimeException

    Indicates exception in HTTP processing.

  8. trait HttpMessage extends AnyRef

    HTTP message

  9. trait HttpRequest extends HttpMessage

    HTTP request

    HTTP request

    See also

    HttpResponse

  10. trait HttpResponse extends HttpMessage

    HTTP response

    HTTP response

    See also

    HttpRequest

  11. trait HttpVersion extends AnyRef

    HTTP version

  12. trait PlainCookie extends Cookie

    HTTP request cookie

    HTTP request cookie

    See also

    SetCookie

  13. trait RequestLine extends StartLine

    HTTP request line

    HTTP request line

    See also

    StatusLine

  14. trait RequestMethod extends AnyRef

    HTTP request method

    HTTP request method

    See also

    RequestMethods

  15. trait ResponseFilter extends AnyRef

    Provides utility for filtering HTTP response.

  16. trait ResponseStatus extends AnyRef

    HTTP response status

    HTTP response status

    See also

    ResponseStatuses

  17. trait SetCookie extends Cookie

    HTTP response cookie

    HTTP response cookie

    See also

    PlainCookie

  18. trait StartLine extends AnyRef

    HTTP message start line

  19. trait StatusLine extends StartLine

    HTTP status line

    HTTP status line

    See also

    RequestLine

Value Members

  1. object BodyParsers

    Includes default body parser implementations.

  2. object Entity

    Entity factory

  3. object Header

    Header factory

  4. object HttpClient

    HTTP client

  5. object HttpRequest

    HttpRequest factory

  6. object HttpResponse

    HttpResponse factory

  7. object HttpVersion

    HttpVersion factory

  8. object ImplicitConverters

    Includes implicit converter functions.

  9. object ImplicitExtensions

    Includes HTTP related type classes.

  10. object ImplicitHeaders

    Includes type classes for standardized access to message headers.

  11. object PlainCookie

    PlainCookie factory

  12. object RequestLine

    RequestLine factory

  13. object RequestMethod

    RequestMethod factory

    RequestMethod factory

    See also

    RequestMethods

  14. object RequestMethods

    Includes registered request methods.

  15. object ResponseFilters

    Includes status-based ResponseFilter implementations.

  16. object ResponseStatus

    ResponseStatus factory

    ResponseStatus factory

    See also

    ResponseStatuses

  17. object ResponseStatuses

    Includes standard HTTP statuses.

  18. object SetCookie

    SetCookie factory

  19. object StatusLine

    StatusLine factory

Ungrouped