package azure-cosmos-db

  1. Overview
  2. Docs
Azure cosmos db interface

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.3.1.tar.gz
md5=9d6c72984d8657207a715d5198221b40
sha512=9c9da903d5abe5e335bb7083eeda62345830239628f96d1b7292adfab82c1cc9fe304399527178cb8dfa6dd4537a15bbd4f6f12b073a14fb168a8f96bba93ad7

doc/src/azure-cosmos-db.utilities/verb.ml.html

Source file verb.ml

1
2
3
4
5
6
7
type t = Get | Post | Put | Delete

let string_of_verb = function
  | Get -> "GET"
  | Post -> "POST"
  | Put -> "PUT"
  | Delete -> "DELETE"