Module type Httpaf_lwt.Server

type socket
type addr
val create_connection_handler : ?⁠config:Httpaf.Config.t -> request_handler:(addr -> Httpaf.Reqd.t Gluten.reqd -> unit) -> error_handler:(addr -> Httpaf.Server_connection.error_handler) -> addr -> socket -> unit Lwt.t