Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
include module type of Twirp_core.Client.Common
module Log : sig ... end
exception E_twirp of error
val call_exn :
?client:Ezcurl.t ->
?encoding:[ `JSON | `BINARY ] ->
?prefix:string option ->
?use_tls:bool ->
?headers:headers ->
host:string ->
port:int ->
('req, Pbrt_services.Value_mode.unary, 'res, Pbrt_services.Value_mode.unary)
Pbrt_services.Client.rpc ->
'req ->
'res
Same as call
but raises E_twirp
on failure.