Resty v0.4.0 Resty.Request View Source

This module defines the struct that Resty.Repo will send to the configured Resty.Connection implementation whenever it will want to query the web API.

Link to this section Summary

Functions

Create a new empty request

Create a new request with the given options

Link to this section Types

Link to this type t() View Source
t() :: %Resty.Request{
  body: term(),
  headers: term(),
  method: term(),
  url: term()
}

Link to this section Functions

Create a new empty request.

Create a new request with the given options.