Defines the Response struct.
Response
Type that represents the Response struct
t() :: %BlueBird.Response{ body: String.t() | nil, headers: [{String.t(), String.t()}], status: integer() }
Type that represents the Response struct.