Carlmjohnson Requests Versions Save

HTTP requests for Gophers

v0.23.5

7 months ago

What's Changed

Full Changelog: https://github.com/carlmjohnson/requests/compare/v0.23.4...v0.23.5

v0.23.4

11 months ago

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 https://github.com/carlmjohnson/requests/pull/80

    This restores the coverage badge which went away when gocover.io shut down.

New Contributors

Full Changelog: https://github.com/carlmjohnson/requests/compare/v0.23.3...v0.23.4

v0.23.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/carlmjohnson/requests/compare/v0.23.2...v0.23.3