Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/gorilla/mux/glide.yaml |
FileSize | 44 |
MD5 | 77D1FF6905EEAC9F8B9BAA5A62305BC1 |
SHA-1 | 1AE96BBA78161091EBF01E51647E844DE9807B2E |
SHA-256 | F5E7B983B2223011143BCD48BBABA09884BC338E8BC31181E88C0E60BBE86230 |
SSDEEP | 3:JSMGFPrQrdyK4J0c:HGBr4kbJ0c |
TLSH | |
hashlookup:parent-total | 10 |
hashlookup:trust | 100 |
The searched file hash is included in 10 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 25478002CC79FCCA0D31876116DDD91A |
PackageArch | noarch |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: – It implements the http.Handler interface so it is compatible with the standard http.ServeMux. – Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. – URL hosts, paths and query values can have variables with an optional regular expression. – Registered URLs can be built, or "reversed", which helps maintaining references to resources. – Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gorilla/mux |
PackageMaintainer | Fedora Project |
PackageName | golang-github-gorilla-mux-devel |
PackageRelease | 1.fc32 |
PackageVersion | 1.7.4 |
SHA-1 | 8901E13B1189D7FCBE20822ABC751108AB243622 |
SHA-256 | 4987A3D2D225BD7EC15446158FDE1D2BAB7A52DD81681F21F959C9B2A16DCBB0 |
Key | Value |
---|---|
MD5 | 3E11BED112C7BFF698AB8632C0470B73 |
PackageArch | noarch |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: – It implements the http.Handler interface so it is compatible with the standard http.ServeMux. – Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. – URL hosts, paths and query values can have variables with an optional regular expression. – Registered URLs can be built, or "reversed", which helps maintaining references to resources. – Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gorilla/mux |
PackageMaintainer | umeabot <umeabot> |
PackageName | golang-github-gorilla-mux-devel |
PackageRelease | 2.mga9 |
PackageVersion | 1.8.0 |
SHA-1 | 9CB86CCFEA9B70DA673FB184EA9CFFC132DA2BA1 |
SHA-256 | 15D697C86188A43F0391FA16ED906EBB8315A964119F943F04EB1B0620678DA5 |
Key | Value |
---|---|
MD5 | 7959E91CC5F2DB4D3AC9D54726EE9C0F |
PackageArch | noarch |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: – It implements the http.Handler interface so it is compatible with the standard http.ServeMux. – Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. – URL hosts, paths and query values can have variables with an optional regular expression. – Registered URLs can be built, or "reversed", which helps maintaining references to resources. – Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gorilla/mux |
PackageMaintainer | Fedora Project |
PackageName | golang-github-gorilla-mux-devel |
PackageRelease | 2.fc34 |
PackageVersion | 1.8.0 |
SHA-1 | 073C7FC0B46E074E576E08D60FDB2355D08B92CC |
SHA-256 | 6516A459A538F27F11B8A856E2D33656F9FB0C940511DA1A0CC2561E0D6B157E |
Key | Value |
---|---|
MD5 | 21F62466023946542B6A5E9D731CDF34 |
PackageArch | armv7hl |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: - It implements the http.Handler interface so it is compatible with the standard http.ServeMux. - Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. - URL hosts, paths and query values can have variables with an optional regular expression. - Registered URLs can be built, or "reversed", which helps maintaining references to resources. - Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. |
PackageMaintainer | Fedora Project |
PackageName | golang-github-gorilla-mux |
PackageRelease | 2.fc34 |
PackageVersion | 1.8.0 |
SHA-1 | E2A107C6AE5B40BADB98C4AB7A7FD51A703A71A8 |
SHA-256 | 4C2E7E78E8219C16ABF40D8C9980C0F694F0B7BAABF5619C91FA6E01E522278D |
Key | Value |
---|---|
MD5 | 59A3D2F9D55DA471AAC935A8F61BE0F9 |
PackageArch | noarch |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: - It implements the http.Handler interface so it is compatible with the standard http.ServeMux. - Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. - URL hosts, paths and query values can have variables with an optional regular expression. - Registered URLs can be built, or "reversed", which helps maintaining references to resources. - Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. |
PackageMaintainer | pterjan <pterjan> |
PackageName | golang-github-gorilla-mux |
PackageRelease | 1.mga8 |
PackageVersion | 1.7.4 |
SHA-1 | 1C806C406130351D11509A27318FFCF12899EA6B |
SHA-256 | E22BE2EFC355EA5BC41B6001BB87E2D18433090E41CA707CB16842AE3C569957 |
Key | Value |
---|---|
MD5 | E210B1D98984DC57ACCEB9137A17ED9D |
PackageArch | noarch |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: - It implements the http.Handler interface so it is compatible with the standard http.ServeMux. - Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. - URL hosts, paths and query values can have variables with an optional regular expression. - Registered URLs can be built, or "reversed", which helps maintaining references to resources. - Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. |
PackageMaintainer | umeabot <umeabot> |
PackageName | golang-github-gorilla-mux |
PackageRelease | 2.mga9 |
PackageVersion | 1.8.0 |
SHA-1 | CDE7864346FB844E6FD699E238E7C27FB029950C |
SHA-256 | 539FD0B31D2C9F2A27352F71DAEC35773C68EBE055794B7DF0C6BBEFBA72312D |
Key | Value |
---|---|
MD5 | 4DDA140B3A8A3781FA88686D24C08777 |
PackageArch | noarch |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: – It implements the http.Handler interface so it is compatible with the standard http.ServeMux. – Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. – URL hosts, paths and query values can have variables with an optional regular expression. – Registered URLs can be built, or "reversed", which helps maintaining references to resources. – Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gorilla/mux |
PackageMaintainer | pterjan <pterjan> |
PackageName | golang-github-gorilla-mux-devel |
PackageRelease | 1.mga8 |
PackageVersion | 1.7.4 |
SHA-1 | A0997DF1B3DEF32D03FEE69F52DBC1A486B49D50 |
SHA-256 | 5A9BEC90DA434DD0877160CF11694F3A1C02ACDC1201C78ADB1A814BFBBD03DA |
Key | Value |
---|---|
MD5 | 1A69A40B362F772A0E5374C5E1A32DBD |
PackageArch | noarch |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: – It implements the http.Handler interface so it is compatible with the standard http.ServeMux. – Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. – URL hosts, paths and query values can have variables with an optional regular expression. – Registered URLs can be built, or "reversed", which helps maintaining references to resources. – Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/gorilla/mux |
PackageMaintainer | Fedora Project |
PackageName | golang-github-gorilla-mux-devel |
PackageRelease | 2.fc33 |
PackageVersion | 1.7.4 |
SHA-1 | 8D9F8997622FEAA5E6A54B34BCC08D4F4B816A45 |
SHA-256 | 229226A514D3991CB75C0A49DBE20AF1FE4B96A18CF0FD2999D970BFCDDB68BB |
Key | Value |
---|---|
MD5 | 22A14BC37C8B88C41CE8177432AFCCCF |
PackageArch | armv7hl |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: - It implements the http.Handler interface so it is compatible with the standard http.ServeMux. - Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. - URL hosts, paths and query values can have variables with an optional regular expression. - Registered URLs can be built, or "reversed", which helps maintaining references to resources. - Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. |
PackageMaintainer | Fedora Project |
PackageName | golang-github-gorilla-mux |
PackageRelease | 1.fc32 |
PackageVersion | 1.7.4 |
SHA-1 | 1DEE95C35E05DA2492A69918D9F4AAFB1782B8AD |
SHA-256 | 316C75A998B3E17AE49C74899C8198A8A090A7F30ECFC46CD4672694AC2EFA06 |
Key | Value |
---|---|
MD5 | 52BBD0918BE955989C472BFCF08FA3E5 |
PackageArch | armv7hl |
PackageDescription | Package gorilla/mux implements a request router and dispatcher for matching incoming requests to their respective handler. The name mux stands for "HTTP request multiplexer". Like the standard http.ServeMux, mux.Router matches incoming requests against a list of registered routes and calls a handler for the route that matches the URL or other conditions. The main features are: - It implements the http.Handler interface so it is compatible with the standard http.ServeMux. - Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. - URL hosts, paths and query values can have variables with an optional regular expression. - Registered URLs can be built, or "reversed", which helps maintaining references to resources. - Routes can be used as subrouters: nested routes are only tested if the parent route matches. This is useful to define groups of routes that share common conditions like a host, a path prefix or other repeated attributes. As a bonus, this optimizes request matching. |
PackageMaintainer | Fedora Project |
PackageName | golang-github-gorilla-mux |
PackageRelease | 2.fc33 |
PackageVersion | 1.7.4 |
SHA-1 | 4C7CDDDFB0EBDB2ADFA322F0CAC9884BDFD362A1 |
SHA-256 | 146A828561857785D82436BD4D5465D7C2D8370C8ECD914169DBC54F183603E8 |