ExFinchTwitch.HttpClientResponse (ExFinchTwitch v0.0.1-dev)

View Source

Represents a Http Client Response

Summary

Types

t()

An Http Client Response

Types

t()

@type t() :: %ExFinchTwitch.HttpClientResponse{
  body: String.t(),
  headers: %{optional(String.t()) => String.t()},
  status_code: Integer.t()
}

An Http Client Response