A complete HTTP response returned by the core adapter.
Summary
Types
@type t() :: %Snodo.Transport.StreamableHTTP.Response{ body: binary(), headers: headers(), status: pos_integer() }
A complete HTTP response returned by the core adapter.
@type t() :: %Snodo.Transport.StreamableHTTP.Response{ body: binary(), headers: headers(), status: pos_integer() }