Packages

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 providing access to decoded message body.

  3. trait Entity extends AnyRef

    Representation of message body.

  4. trait Header extends AnyRef

    HTTP header

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

    Indicates absence of specified header.

  6. class HttpException extends RuntimeException

    Indicates exception in HTTP processing.

  7. trait HttpMessage extends AnyRef

    HTTP message

  8. trait HttpRequest extends HttpMessage with MessageBuilder[HttpRequest]

    HTTP request

    HTTP request

    See also

    HttpResponse

  9. trait HttpResponse extends HttpMessage with MessageBuilder[HttpResponse]

    HTTP response

    HTTP response

    See also

    HttpRequest

  10. trait HttpVersion extends AnyRef

    HTTP version

  11. trait MessageBuilder[T <: HttpMessage] extends AnyRef

    Provides builder pattern for HTTP message.

  12. trait RequestLine extends StartLine

    HTTP request line

    HTTP request line

    See also

    StatusLine

  13. trait RequestMethod extends AnyRef

    HTTP request method

    HTTP request method

    See also

    RequestMethods

  14. trait ResponseStatus extends AnyRef

    HTTP response status

    HTTP response status

    See also

    ResponseStatuses

  15. trait StartLine extends AnyRef

    HTTP message start line

  16. 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

    Provided factory for Entity.

  3. object Header

    Provided for factory for Header.

  4. object HttpRequest

    HttpRequest factory

  5. object HttpResponse

    HttpResponse factory

  6. object HttpVersion

    HttpVersion factory

  7. object ImplicitConverters

    Includes implicit converter functions.

  8. object RequestLine

    RequestLine factory

  9. object RequestMethod

    Provided factory for RequestMethod.

    Provided factory for RequestMethod.

    See also

    RequestMethods

  10. object RequestMethods

    Includes registered request methods.

  11. object ResponseStatus

    Provided factory for ResponseStatus.

    Provided factory for ResponseStatus.

    See also

    ResponseStatuses

  12. object ResponseStatuses

    Includes standard HTTP statuses.

  13. object StatusLine

    StatusLine factory

Ungrouped