FakeHTTP v0.1.0 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()
View Source
t() :: %FakeHTTP.Response{
body: FakeHTTP.Request.body(),
headers: FakeHTTP.Request.headers(),
status_code: integer()
}
t() :: %FakeHTTP.Response{ body: FakeHTTP.Request.body(), headers: FakeHTTP.Request.headers(), status_code: integer() }