Package

colossus.protocols

http

Permalink

package http

Linear Supertypes
HttpBodyDecoders, HttpBodyEncoders, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. http
  2. HttpBodyDecoders
  3. HttpBodyEncoders
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. implicit object ArrayDecoder extends HttpBodyDecoder[Array[Byte]]

    Permalink
    Definition Classes
    HttpBodyDecoders
  2. implicit object ByteStringDecoder extends HttpBodyDecoder[ByteString]

    Permalink
    Definition Classes
    HttpBodyDecoders
  3. implicit object ByteStringEncoder extends HttpBodyEncoder[ByteString]

    Permalink
    Definition Classes
    HttpBodyEncoders
  4. implicit object IdentityEncoder extends HttpBodyEncoder[HttpBody]

    Permalink
    Definition Classes
    HttpBodyEncoders
  5. implicit object StringDecoder extends HttpBodyDecoder[String]

    Permalink
    Definition Classes
    HttpBodyDecoders
  6. implicit object StringEncoder extends HttpBodyEncoder[String]

    Permalink
    Definition Classes
    HttpBodyEncoders

Inherited from HttpBodyDecoders

Inherited from HttpBodyEncoders

Inherited from AnyRef

Inherited from Any

Ungrouped