Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Httpcats.Client
Sourcetype error = [
| `V1 of H1.Client_connection.error
| `V2 of H2.Client_connection.error
| `Protocol of string
| `Exn of exn
]
type ('resp, 'body) version =
| V1 : (H1.Response.t, H1.Body.Writer.t) version
| V2 : (H2.Response.t, H2.Body.Writer.t) version