req
req copied to clipboard
Support `headers: [accept: :json]`
I keep forgetting this is not a thing and needs to be headers: [accept: "application/json"]
. If we do this we could remove range
step in favour of setting headers: [range: 0..100]
too.