package httpun-eio

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. connection : Httpun.Client_connection.t;
  2. runtime : Gluten_eio.Client.t;
}
val create_connection : ?config:Httpun.Config.t -> sw:Eio.Switch.t -> _ Eio.Net.stream_socket -> t
val request : t -> ?flush_headers_immediately:bool -> Httpun.Request.t -> error_handler:Httpun.Client_connection.error_handler -> response_handler:Httpun.Client_connection.response_handler -> Httpun.Body.Writer.t
val shutdown : t -> unit Eio.Promise.t
val is_closed : t -> bool
val upgrade : t -> Gluten.impl -> unit
OCaml

Innovation. Community. Security.