Inngest.HTTPClient.Response (Inngest v0.3.0)

Copy Markdown View Source

SDK-owned outbound HTTP response shape.

Summary

Types

header()

@type header() :: {binary(), binary()}

t()

@type t() :: %Inngest.HTTPClient.Response{
  body: term(),
  headers: [header()],
  status: non_neg_integer()
}