directory
0.0.0-20241123141403-e7b9dc6866d0
Repository: https://github.com/unix-world/smartgoext.git
Documentation: pkg.go.dev
# Packages
Package csrf (csrf) provides Cross Site Request Forgery (CSRF)
prevention middleware for Go web applications & services.
Package handlers is a collection of handlers (aka "HTTP middleware") for use
with Go's net/http package (or any framework supporting http.Handler).
Package httpsnoop provides an easy way to capture http related metrics (i.e.
Package mux implements a request router and dispatcher.
Package unix-world/smartgoext/web-http/schemaform fills a struct with form values.
Package securecookie encodes and decodes authenticated and optionally
encrypted cookie values.
Package sessions provides cookie and filesystem sessions and
infrastructure for custom session backends.