Package

org.http4s.blaze

http

Permalink

package http

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Headers = Seq[(String, String)]

    Permalink
  2. trait HttpClient extends AnyRef

    Permalink
  3. class HttpClientStage extends Http1ClientParser with TailStage[ByteBuffer]

    Permalink
  4. case class HttpResponse(code: Int, status: String, headers: Headers, body: ByteBuffer) extends Response with Product with Serializable

    Permalink
  5. class HttpServerStage extends Http1ServerParser with TailStage[ByteBuffer]

    Permalink
  6. type HttpService = (Method, Uri, Headers, ByteBuffer) ⇒ Future[Response]

    Permalink
  7. type Method = String

    Permalink
  8. sealed trait Response extends AnyRef

    Permalink
  9. type Uri = String

    Permalink
  10. case class WSResponse(stage: LeafBuilder[WebSocketFrame]) extends Response with Product with Serializable

    Permalink

Value Members

  1. object HttpClient extends HttpClient

    Permalink
  2. object HttpResponse extends Serializable

    Permalink
  3. package http20

    Permalink
  4. package http_parser

    Permalink
  5. package websocket

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped