Instream v1.0.0 Instream.Query View Source

Query struct.

Link to this section Summary

Link to this section Types

Specs

payload_type() :: String.t() | map() | nil

Specs

query_method() :: :get | :post

Specs

query_type() :: :ping | :read | :status | :version | :write

Specs

t() :: %Instream.Query{
  method: query_method(),
  opts: Keyword.t(),
  payload: payload_type(),
  type: query_type()
}