GSS.Client.RequestParams (elixir_google_spreadsheets v1.0.2)

Copy Markdown

Request parameters flowing through the client GenStage pipeline.

Summary

Types

t()

@type t() :: %GSS.Client.RequestParams{
  attempt: non_neg_integer(),
  body: binary() | iodata(),
  headers: [{binary(), binary()}],
  method: atom(),
  options: Keyword.t(),
  url: binary()
}