package dream-httpaf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Frame.FrameTypeSource

Sourcetype t =
  1. | Data
  2. | Headers
  3. | Priority
  4. | RSTStream
  5. | Settings
  6. | PushPromise
  7. | Ping
  8. | GoAway
  9. | WindowUpdate
  10. | Continuation
  11. | Unknown of int
Sourceval serialize : t -> int
Sourceval parse : int -> t