Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Http.Http_ctSourceThe type of the module with specialized query functions.
val dbg : string -> unit Lwt.tval get :
?follow:int ->
?headers:Cohttp.Header.t ->
Iri.t ->
(t option * Types.non_rdf_resource, Types.error) result Lwt.tval get_exn :
?follow:int ->
?headers:Cohttp.Header.t ->
Iri.t ->
(t option * Types.non_rdf_resource) Lwt.tval post :
?headers:Cohttp.Header.t ->
?data:t ->
?slug:string ->
Iri.t ->
(t option * Types.meta, query_error) result Lwt.tval post_exn :
?headers:Cohttp.Header.t ->
?data:t ->
?slug:string ->
Iri.t ->
(t option * Types.meta) Lwt.tval put :
?headers:Cohttp.Header.t ->
?data:t ->
Iri.t ->
(t option * Types.meta, query_error) result Lwt.tval put_exn :
?headers:Cohttp.Header.t ->
?data:t ->
Iri.t ->
(t option * Types.meta) Lwt.tval fold_get :
?onerror:[ `Fail | `Ignore | `Report of exn -> unit Lwt.t ] ->
?follow:int ->
?headers:Cohttp.Header.t ->
('a -> (t option * Types.non_rdf_resource) -> 'a Lwt.t) ->
'a ->
Iri.t list ->
'a Lwt.t