Up

Module Grammar_types

Signature

type header = (string * string) list
type content_offset = [
| `Content_offset of int
| `Bad_headers of int
| `Truncated
]
type message = [
| `Message of header * content_offset
]
type content_type = string * string * (string * string) list