Streamex v0.3.0 Streamex.Request
The Streamex.Request module wraps Streamex.Client requests.
It’s not meant to be used directly, although functions are
publicly available in case of need.
Summary
Functions
Initializes a Streamex.Request request
Sets the body field of a Streamex.Request
Sets the method field of a Streamex.Request
Sets the params field of a Streamex.Request
Sets the path field of a Streamex.Request
Attaches a Streamex.Token to a Streamex.Request
Types
t :: %Streamex.Request{body: term, headers: term, method: term, options: term, params: term, path: term, token: term, url: term}
Functions
Initializes a Streamex.Request request.
Sets the body field of a Streamex.Request
Sets the method field of a Streamex.Request
Sets the params field of a Streamex.Request
Sets the path field of a Streamex.Request
Attaches a Streamex.Token to a Streamex.Request