HeadersFrame
org.http4s.blaze.http.http2.HeadersFrame
case class HeadersFrame(priority: Priority, endStream: Boolean, headers: Headers) extends StreamFrame
Headers frame for http2
Attributes
- endStream
signal if this is the last frame of the stream
- headers
attached headers
- priority
priority of this stream
- Source:
- StreamFrame.scala
- Graph
- Supertypes