Releases: glossd/fetch
Releases · glossd/fetch
Config Timeout
Request parameters
update Request wrapper
What's Changed
Full Changelog: v0.6.0...v0.7.0
Request wrapper
Migration guide
If you have ever discovered fetch.Request function before, replace it with fetch.Do
If you used json tags in the input of ToHandlerFunc, wrap the input with fetch.Request and access the needed data.
I removed DuplicateHeaders field from everywhere, just rely on Headers
What's Changed
Full Changelog: v0.5.3...v0.6.0
ToHanlderFunc, context to input
What's Changed
Full Changelog: v0.5.2...v0.5.3
improve fetch.Empty recognition
v0.5.2 improve fetch.Empty recognition
Handler, fix request body validation
Go 1.22, Upgrade ToHandlerFunc
Release v0.5, Go 1.22, Upgrade ToHandlerFunc (#28) * Go 1.22, Upgrade ToHandlerFunc
fetch.ToHandlerFunc
Add ToHandlerFunc (#27) * Add ToHandlerFunc * fetch.Empty
Marshal, omitEmpty by default
Marshal, omit empty fields by default (#25) * Marshal, omit empty fields by default * update readme * update readme