Releases: gildas/go-request
Releases · gildas/go-request
Updated dependencies
- When honoring the Retry-After header,
request.Send
adds a 1 second buffer to make sure it won't get another HTTP Status 429.
Updated dependencies
v0.9.5 Release 0.9.5
Updated dependencies
v0.9.4 Release 0.9.4
Updated dependencies
v0.9.3 Release 0.9.3
Updated dependencies
v0.9.2 Release 0.9.2
Updated dependencies
- Small improvement: if the Send options set a PayloadType, it will also supersede the type that would come from a
request.Content
used as a Payload.
Progress Writer support
request.Send()
now supports progress writers for uploading/downloading data, such as github.com/schollz/progressbar, github.com/cheggaaa/pb.
Exponential Backoff retry for request
- Issue #6: When the request receives a retry-able status, it will be tried again with a growing delay between attempt. It is also possible to use the
Retry-After
response header.
Updated dependencies
v0.7.19 Release 0.7.19