View Source Tw.HTTP.Response (Tw v0.1.1)
HTTP response data structure.
Link to this section Summary
Link to this section Types
Specs
t() :: %Tw.HTTP.Response{ body: nil | binary(), headers: [{binary(), binary()}], status: non_neg_integer() }
HTTP response data structure.
t() :: %Tw.HTTP.Response{ body: nil | binary(), headers: [{binary(), binary()}], status: non_neg_integer() }