A struct to define a response to return from the mock server.
@type t() :: %Moxinet.Response{ body: binary() | map() | [any()], headers: [{binary(), binary()}], status: 100..600 }