Up

Module State

Signature

type t = [
| `Header
| `Content
| `Expected_eof
]
val initial : [>
| `Header
]