Module Utilities.VerbSource

Sourcetype t =
  1. | Get
  2. | Post
  3. | Put
  4. | Delete
Sourceval string_of_verb : t -> string