package rpclib
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A library to deal with RPCs in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
rpclib-10.0.0.tbz
sha256=1d62cf36ff3f599286ff6c77a3266b04d9e14df73d3fce078d51ab9c4c7bad3a
sha512=9fe0bc38363c35e5ec185eadc096565f7f76e219bfde62756dee2cbc818e7663e1ce2e730a235f2bf2230a24ff52b29bcc8e1082e0a43d7e6c23f56ad74add43
doc/rpclib.xml/Xmlrpc/index.html
Module XmlrpcSource
Source
val a_of_response :
?strict:bool ->
empty:(unit -> 'a) ->
append:('a -> string -> unit) ->
Rpc.response ->
'aThe parsing functions make it possible to specify the routine used to decode base64 values. The default is to use Base64.decode_exn which strictly interprets the standard. A different function will be required if the XMLRPC server inserts line breaks into the base64 encoding (as per RFC2045).
Source
val of_a :
?callback:(string list -> Rpc.t -> unit) ->
?base64_decoder:(string -> string) ->
next_char:('b -> char option) ->
'b ->
Rpc.tSource
val response_of_fault :
?callback:(string list -> Rpc.t -> unit) ->
?base64_decoder:(string -> string) ->
Xmlm.input ->
Rpc.responseSource
val response_of_success :
?callback:(string list -> Rpc.t -> unit) ->
?base64_decoder:(string -> string) ->
Xmlm.input ->
Rpc.responseSource
val response_of_input :
?callback:(string list -> Rpc.t -> unit) ->
?base64_decoder:(string -> string) ->
Xmlm.input ->
Rpc.responseSource
val response_of_string :
?callback:(string list -> Rpc.t -> unit) ->
?base64_decoder:(string -> string) ->
string ->
Rpc.responseSource
val response_of_in_channel :
?callback:(string list -> Rpc.t -> unit) ->
?base64_decoder:(string -> string) ->
in_channel ->
Rpc.response sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>