Closed ehutzelman closed 7 years ago
I'm just working on fixing the tests, once that's done I'll take a look at this PR.
I know this has been a long time, but do you mind rebasing on the current head?
Rebased, had to remind myself what this was about :)
Thanks!
It looks like the
headers
parameter inbuild_head
is no longer used, and all headers are merged intoopts
hash. This PR removes the extraneous param and looks for Content-Type header inopts
instead.