internal request representation.
shared by buffered and streaming calls. middleware sees this struct before it's serialized into a finch request.
Summary
Types
@type body() :: nil | iodata() | {:json, term()} | {:multipart, list()} | {:stream, Enumerable.t()}
@type method() :: :get | :post | :put | :patch | :delete