package owebl

  1. Overview
  2. Docs
type t =
  1. | GET
  2. | POST
val create : string -> t
val to_string : t -> string