View Source Multiverses.Req (multiverses_http v0.4.0)
Multiverses
shim for the Req
library. Implements all functions found in the
Req
module, replacing request
, delete
, get
, head
, patch
, post
, and
put
(and related functions) with their Multiverses
equivalent.
Must be used in tandem with Multiverses.Plug
Summary
Functions
see Req.delete/2
see Req.delete!/2
see Req.get/2
see Req.get!/2
see Req.head/2
see Req.head!/2
See Req.new/0
.
See Req.new/1
.
see Req.patch/2
see Req.patch!/2
see Req.post/2
see Req.post!/2
see Req.put/2
see Req.put!/2
See Req.update/2
.