package opium

  1. Overview
  2. Docs

Source file method.ml

1
2
3
4
5
open Import
include Httpaf.Method

let sexp_of_t meth = Sexp_conv.sexp_of_string (to_string meth)
let pp fmt t = Sexp.pp_hum fmt (sexp_of_t t)
OCaml

Innovation. Community. Security.