package caldav

  1. Overview
  2. Docs

Module Caldav.Webdav_serverSource

Sourcemodule Xml = Webdav_xml
Sourceval access_src : Logs.src
Sourceval response_time_src : Logs.src
Sourceval create : f:('a -> string) -> ('a -> unit) * (unit -> Metrics.field list)
Sourceval counter_metrics : f:('a -> string) -> string -> (Metrics.field list, 'a -> Metrics.Data.t) Metrics.src
Sourceval http_status : Cohttp.Code.status_code -> unit
Sourceval is_alphanum : char -> bool
Sourceval sane : string -> bool
Sourcemodule Headers : sig ... end
Sourceval to_status : [< Cohttp.Code.status_code ] -> int
Sourcemodule type Server = sig ... end
Sourcemodule Make (Fs : Webdav_fs.S) (S : Server) : sig ... end