package caldav

  1. Overview
  2. Docs
constraint 'a = [> `Empty ]
method allow_missing_post : (bool, 'a) op
method allowed_methods : (Cohttp.Code.meth list, 'a) op
method cannot_create : (unit, 'a) op
method charsets_provided : ((string * ('a -> 'a)) list, 'a) op
method content_types_accepted : ((string * 'a acceptor) list, 'a) op
method content_types_provided : ((string * 'a provider) list, 'a) op
method create_collection : (collection_created_response, 'a) op
method create_path : (string, 'a) op
method delete_completed : (bool, 'a) op
method delete_resource : (bool, 'a) op
method encodings_provided : ((string * ('a -> 'a)) list, 'a) op
method expires : (string option, 'a) op
method finish_request : (unit, 'a) op
method forbidden : (bool, 'a) op
method generate_etag : (string option, 'a) op
method is_authorized : (auth, 'a) op
method is_conflict : (bool, 'a) op
method known_content_type : (bool, 'a) op
method known_methods : (Cohttp.Code.meth list, 'a) op
method language_available : (bool, 'a) op
method last_modified : (string option, 'a) op
method malformed_request : (bool, 'a) op
method moved_permanently : (Uri.t option, 'a) op
method moved_temporarily : (Uri.t option, 'a) op
method multiple_choices : (bool, 'a) op
method options : ((string * string) list, 'a) op
method post_is_create : (bool, 'a) op
method previously_existed : (bool, 'a) op
method process_post : (bool, 'a) op
method process_property : (property_response, 'a) op
method report : (report_response, 'a) op
method resource_exists : (bool, 'a) op
method service_available : (bool, 'a) op
method uri_too_long : (bool, 'a) op
method valid_content_headers : (bool, 'a) op
method valid_entity_length : (bool, 'a) op
method variances : (string list, 'a) op