How to Install and Uninstall golang-github-gorilla-handlers-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 11,2024

1. Install "golang-github-gorilla-handlers-dev" package

Please follow the steps below to install golang-github-gorilla-handlers-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install golang-github-gorilla-handlers-dev

2. Uninstall "golang-github-gorilla-handlers-dev" package

This guide let you learn how to uninstall golang-github-gorilla-handlers-dev on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove golang-github-gorilla-handlers-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-gorilla-handlers-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: golang-github-gorilla-handlers-dev
Architecture: all
Version: 1.4.2-1
Priority: extra
Section: universe/devel
Source: golang-github-gorilla-handlers
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 103
Filename: pool/universe/g/golang-github-gorilla-handlers/golang-github-gorilla-handlers-dev_1.4.2-1_all.deb
Size: 20080
MD5sum: 7dd11b4a93c29547f96ab788fe158dc5
SHA1: dac8426e9a587e940adac75312d4ae5c04a0b991
SHA256: c72ed25d61cd457302e82623da1c65c068698437fa7c1b1e5e6b4f3f07df5592
SHA512: 6a3eb0f142d5891ff70577e5ad1c5d117627dec00a405a66730f8d0ed7c0b6207928f7b3dd8252ffada1bc48040501a98fbd2e156c5f8a86ddb339db105b7b55
Homepage: https://github.com/gorilla/handlers
Description-en: collection of useful handlers for Go's net/http package
Package handlers is a collection of handlers (aka "HTTP middleware") for use
with Go's net/http package (or any framework supporting http.Handler),
including:
.
• LoggingHandler for logging HTTP requests in the Apache Common Log Format
(http://httpd.apache.org/docs/2.2/logs.html#common).
• CombinedLoggingHandler for logging HTTP requests in the Apache Combined Log
Format (http://httpd.apache.org/docs/2.2/logs.html#combined) commonly used
by both Apache and nginx.
• CompressHandler for gzipping responses.
• ContentTypeHandler for validating requests against a list of accepted
content types.
• MethodHandler for matching HTTP methods against handlers in a
map[string]http.Handler
• ProxyHeaders for populating r.RemoteAddr and r.URL.Scheme based on the
X-Forwarded-For, X-Real-IP, X-Forwarded-Proto and RFC7239 Forwarded headers
when running a Go server behind a HTTP reverse proxy.
• CanonicalHost for re-directing to the preferred host when handling multiple
domains (i.e. multiple CNAME aliases).
.
Other handlers are documented on the Gorilla website
(http://www.gorillatoolkit.org/pkg/handlers).
Description-md5: bf500bee115ccc231cdfd8fe3efeea8b