Mockingbird v0.2.0 Mockingbird.Client.Response

A struct that holds the mocked response.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Mockingbird.Client.Response{
  body: binary(),
  headers: list(),
  status_code: integer()
}