v0.23.4
What's Changed
-
Added support for setting multiple Params and Headers at once #23
You could just call .Param or .Header multiple times, but sometimes you need to set a parameter conditionally, and this lets you take it out of the main builder chain. See example Params and example Headers.
-
Restored .Post for those times when you need an empty request body #77
-
Added support for XML bodies, responses, and errors #78
This was done by @tmm1. To keep tools that don't need it from having to include encoding/xml, it was put into a sub-package called reqxml. Read the docs for reqxml.
-
CI: Use coverall by @carlmjohnson in #80
This restores the coverage badge which went away when gocover.io shut down.
New Contributors
Full Changelog: v0.23.3...v0.23.4