org.http4s.blaze

http

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

  2. trait HttpClient extends AnyRef

  3. class HttpClientStage extends Http1ClientParser with TailStage[ByteBuffer]

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

  5. class HttpServerStage extends Http1ServerParser with TailStage[ByteBuffer]

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

  7. type Method = String

  8. sealed trait Response extends AnyRef

  9. type Uri = String

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

Value Members

  1. object HttpClient extends HttpClient

  2. object HttpResponse extends Serializable

  3. package http20

  4. package http_parser

  5. package spdy

  6. package websocket

Inherited from AnyRef

Inherited from Any

Ungrouped