httpfile
Package httpfile provides an easy way to create HTTP handlers that respond with static data, providing compressed data when the client accepts it.
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/09/25 07:33:19
added CI
LICENSE
767
2025/03/15 21:52:53
added LICENSE
README.md
1532
2026/07/27 07:08:11
updated highlights
examples_test.go
749
2026/07/27 07:06:45
updated example to include a compressed example
file.go
6282
2026/07/29 07:36:30
used new httpencoding.Negotiate function to simplify determining best encoding
file_test.go
9114
2026/07/29 06:28:36
added tests for compressor ordering
go.mod
255
2026/07/29 07:35:46
updated httpencoding library
go.sum
883
2026/07/29 07:35:46
updated httpencoding library
options.go
3408
2026/07/27 07:19:57
updated Option comment