This module defines the behaviour for HTTP responses.
@type t() :: %Flowy.Support.Http.Response{ body: map(), error: any(), headers: map(), http_code: integer() }