
The highest tagged major version is
v2.
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: May 6, 2025
License: MIT
Opens a new window with license information.
README
¶
Using ForwardAuthHandler
mux := http.NewServeMux()
mux.Handle("/data", cego.NewForwardAuthHandler(func(w http.ResponseWriter, r *http.Request) {
// Do your stuff
}))
Directories
¶
Click to show internal directories.
Click to hide internal directories.