View Source Multiverses.Req (multiverses_http v0.2.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
Link to this section Summary
Functions
See Req.request/3.
Link to this section 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.request/3.