package caldav

  1. Overview
  2. Docs
val get_content_type : Cohttp.Header.t -> string
val get_authorization : Cohttp.Header.t -> string option
val get_user : Cohttp.Header.t -> string
val get_depth : Cohttp.Header.t -> string option
val is_user_agent_mozilla : Cohttp.Header.t -> bool
val replace_location : Uri.t -> Cohttp.Header.t -> Cohttp.Header.t
val replace_etag_add_location : string -> Uri.t -> Cohttp.Header.t -> Cohttp.Header.t
val replace_content_type : string -> Cohttp.Header.t -> Cohttp.Header.t
val replace_authorization : string -> Cohttp.Header.t -> Cohttp.Header.t
val replace_last_modified : string -> Cohttp.Header.t -> Cohttp.Header.t
val replace_dav : string -> Cohttp.Header.t -> Cohttp.Header.t