HeadersFrame

org.http4s.blaze.http.http2.HeadersFrame
case class HeadersFrame(priority: Priority, endStream: Boolean, headers: Headers) extends StreamFrame

Headers frame for http2

Value parameters

endStream

signal if this is the last frame of the stream

headers

attached headers

priority

priority of this stream

Attributes

Source
StreamFrame.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StreamFrame
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def flowBytes: Int

Attributes

Definition Classes
Source
StreamFrame.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product