FakeHTTP v0.1.1 FakeHTTP.Response View Source

This module represents a HTTP response.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %FakeHTTP.Response{
  body: FakeHTTP.Request.body(),
  headers: FakeHTTP.Request.headers(),
  status_code: integer()
}