GitHub - google/go-safeweb: Secure-by-default HTTP servers in Go.
go-safeweb
DISCLAIMER: This is not an officially supported Google product.
go-safeweb is a collection of libraries for writing secure-by-default HTTP
servers in Go.
Contributing
This project is in an early stage. We are currently not accepting any
contributions.
Overview
The flexibility of Go’s net/http package
allows users to quickly implement HTTP servers.
Responses are then written simply as slices of bytes, headers can be arbitrarily
manipulated and so on. This approach offers much needed fl...
Read more at github.com