You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-library/vendor/github.com/mozillazg/go-httpheader/CHANGELOG.md

848 B

Changelog

0.4.0 (2023-06-29)

  • decode into embedded structs

0.3.1 (2022-04-09)

  • fix Decode: don't fill value for struct fields that don't exist in header

0.3.0 (2021-01-24)

  • add func Decode(header http.Header, v interface{}) error to support decoding headers into struct

0.2.1 (2018-11-03)

  • add go.mod file to identify as a module

0.2.0 (2017-06-24)

  • support http.Header field.

0.1.0 (2017-06-10)

  • Initial Release