httpencoding
Package httpencoding provides a function to deal with the Accept-Encoding header
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/09/24 06:30:33
added CI
LICENSE
767
2017/11/20 16:50:44
added LICENSE
README.md
1798
2026/07/29 07:33:03
updated example
encoding.go
6397
2026/07/29 07:29:55
added comment for Negotiate function
encoding_test.go
4394
2026/07/29 07:26:37
added Negotiate tests
examples_test.go
1023
2026/07/29 07:32:58
used Negotiate to simplify example
go.mod
98
2025/09/24 06:33:24
updated go version
go.sum
177
2025/09/18 07:25:11
added tokeniser to parse accept string
tokeniser.go
1821
2025/09/18 07:25:11
added tokeniser to parse accept string
tokeniser_test.go
3634
2025/09/18 07:25:22
added tokeniser tests