Pocketeer v0.1.4 Pocketeer.Response

A basic HTTP Response with status, headers and body.

Summary

Types

headers :: map
status :: integer
t :: %Pocketeer.Response{body: body, headers: headers, status: status}