v0.20.0 - support streaming input body
feat: update Request to take stream instead of json.RawMessage
this enables us to support a streaming API :yaaaas:. With
this we can enable our entire system to work with a streamed
input. Locally, that means working with a multipart/form body
file and the meta field.