Module Async_js.Http.Method_with_args

type t =
| Get of (string * string) list
| Post of Post_body.t option