package vif

  1. Overview
  2. Docs

Module Vif_core.MethodSource

Sourcetype t = [
  1. | `CONNECT
  2. | `DELETE
  3. | `GET
  4. | `HEAD
  5. | `OPTIONS
  6. | `POST
  7. | `PUT
  8. | `TRACE
  9. | `Other of string
]
Sourceval pp : Format.formatter -> [< `CONNECT | `DELETE | `GET | `HEAD | `OPTIONS | `Other of string | `POST | `PUT | `TRACE ] -> unit
Sourceval compare : 'a -> 'a -> int
Sourceval equal : 'a -> 'a -> bool
Sourcemodule Map : sig ... end