View Source Snap.Request (Snap v0.11.2)
Supports making arbitrary requests against Snap.Cluster
.
In most cases you're better off using the functions in Snap.Cluster
directly, e.g. Snap.Cluster.get/4
.
Summary
Functions
Makes an HTTP request against a Snap.Cluster
Functions
Link to this function
request(cluster, method, path, body \\ nil, params \\ [], headers \\ [], opts \\ [])
View SourceMakes an HTTP request against a Snap.Cluster