httpwrap
Package httpwrap wraps an http.ResponseWriter to override some method(s) while maintaining other possible interface implementations
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2025/09/28 12:50:44
added CI
LICENSE
767
2018/01/16 17:53:30
added LICENSE
README.md
1759
2025/09/28 12:51:00
added better README
examples_test.go
784
2025/09/28 12:50:51
added simple example
go.mod
48
2022/11/09 18:20:54
added go.mod
override.go
2007
2025/09/28 12:50:16
regen'd
override.sh
1093
2025/09/28 12:50:07
Use io.StringWriter instead of custom interface
types.gen
89
2025/09/28 12:50:07
Use io.StringWriter instead of custom interface
wrap.go
6806
2025/09/28 12:52:27
added missing newline
wrap.sh
3914
2025/09/28 12:52:27
added missing newline
wrap_test.go
1537
2020/03/08 20:07:57
updated tests