package caldav

  1. Overview
  2. Docs

Module Webdav_server.HeadersSource

Sourceval get_content_type : Cohttp.Header.t -> string
Sourceval get_authorization : Cohttp.Header.t -> string option
Sourceval get_user : Cohttp.Header.t -> string
Sourceval get_depth : Cohttp.Header.t -> string option
Sourceval is_user_agent_mozilla : Cohttp.Header.t -> bool
Sourceval replace_location : Uri.t -> Cohttp.Header.t -> Cohttp.Header.t
Sourceval replace_etag_add_location : string -> Uri.t -> Cohttp.Header.t -> Cohttp.Header.t
Sourceval replace_content_type : string -> Cohttp.Header.t -> Cohttp.Header.t
Sourceval replace_authorization : string -> Cohttp.Header.t -> Cohttp.Header.t
Sourceval replace_last_modified : string -> Cohttp.Header.t -> Cohttp.Header.t
Sourceval replace_dav : string -> Cohttp.Header.t -> Cohttp.Header.t