From a72847bc206779252bb7f487b76654de564a6d7e Mon Sep 17 00:00:00 2001 From: Adelyn Breedlove Date: Wed, 27 Feb 2019 07:28:13 -0700 Subject: Some improvements to rate limits --- lib/http/http.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http/http.mli') diff --git a/lib/http/http.mli b/lib/http/http.mli index fe587c7..b043854 100644 --- a/lib/http/http.mli +++ b/lib/http/http.mli @@ -17,7 +17,7 @@ module Base : sig val request : ?body:Yojson.Safe.t -> ?query:(string * string) list -> - [> `DELETE | `GET | `PATCH | `POST | `PUT ] -> + [ `Delete | `Get | `Patch | `Post | `Put ] -> string -> Yojson.Safe.t Deferred.Or_error.t end -- cgit v1.2.3