معرفی شرکت ها


golang-github-gorilla-handlers-dev_1.1-3_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

collection of useful handlers for Go's net/http package
ویژگی مقدار
سیستم عامل Linux
توزیع Ubuntu Bionic-18.04
مخزن Ubuntu universe all
نام بسته golang-github-gorilla-handlers-dev
نام فایل بسته golang-github-gorilla-handlers-dev_1.1-3_all.deb
نسخه بسته 1.1
انتشار بسته 3
معماری بسته all
نگهدارنده Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://github.com/gorilla/handlers
مجوز -
حجم دانلود 17132
حجم نصب 85
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).


نیازمندی

مقدار نام
-


نحوه نصب


نصب پکیج deb golang-github-gorilla-handlers-dev:

    sudo apt-get install golang-github-gorilla-handlers-dev_1.1-3_all.deb


فایل ها

مسیرها
./usr/share/doc/golang-github-gorilla-handlers-dev/changelog.Debian.gz
./usr/share/doc/golang-github-gorilla-handlers-dev/copyright
./usr/share/gocode/src/github.com/gorilla/handlers/canonical.go
./usr/share/gocode/src/github.com/gorilla/handlers/canonical_test.go
./usr/share/gocode/src/github.com/gorilla/handlers/compress.go
./usr/share/gocode/src/github.com/gorilla/handlers/compress_test.go
./usr/share/gocode/src/github.com/gorilla/handlers/cors.go
./usr/share/gocode/src/github.com/gorilla/handlers/cors_test.go
./usr/share/gocode/src/github.com/gorilla/handlers/doc.go
./usr/share/gocode/src/github.com/gorilla/handlers/handlers.go
./usr/share/gocode/src/github.com/gorilla/handlers/handlers_test.go
./usr/share/gocode/src/github.com/gorilla/handlers/proxy_headers.go
./usr/share/gocode/src/github.com/gorilla/handlers/proxy_headers_test.go
./usr/share/gocode/src/github.com/gorilla/handlers/recovery.go
./usr/share/gocode/src/github.com/gorilla/handlers/recovery_test.go