org.http4s.blaze.pipeline.stages

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. class HttpClientStage extends Http1ClientParser with TailStage[ByteBuffer]

  3. abstract class HttpServerStage extends Http1ServerParser with TailStage[ByteBuffer]

  4. sealed trait Response extends AnyRef

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

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

Value Members

  1. object SimpleHttpResponse extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped