View Source API Reference multiverses_http v0.4.0
Modules
Multiverses suite to enable isolated HTTP communications over multiverse shards
A module Plug
that intercepts an http request and temporarily assigns the
callers stack of the http request to the Http
shard stored in the
x-multiverse-id
header of the http request
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.