sig
type channel_binding_id = int
class type transport_channel_type =
object
method continue :
Unix.file_descr ->
Https_client.channel_binding_id ->
float ->
exn ->
string ->
int ->
Unixqueue.event_system ->
exn option -> Uq_engines.multiplex_controller
method setup_e :
Unix.file_descr ->
Https_client.channel_binding_id ->
float ->
exn ->
string ->
int ->
Unixqueue.event_system ->
(Uq_engines.multiplex_controller * exn option) Uq_engines.engine
end
val https_transport_channel_type :
?verify:(Ssl.context -> Ssl.socket -> Unix.file_descr -> unit) ->
Ssl.context -> Https_client.transport_channel_type
end