Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/gorilla/mux/mux_test.go |
FileSize | 92600 |
MD5 | 040D0089FB3240640FCCF18C9C1C3644 |
SHA-1 | 8C0AD6C8F8120A30060DC1EF5B035EF504981466 |
SHA-256 | F40E490D429B394984D6A2B8841EAE9DD13C2F2DB52FF5E03C1E61375DEED3CD |
SHA-512 | D364F31C1AEDF9C95E861547FC1A69692A280F53BE27FA03C1FBE10A410D539CE202C6921267D62F0B0F4B96E9881F50E20D370E89427C2F325CF2517462C281 |
SSDEEP | 1536:pK2zvhD/ItdB8wZLb+fV3ZkJ5QzxMUUDrZQRg9VFvtELDfoEMT/6nGJhvrr9myLi:N+QzCUolcSgrZMDCSLi |
TLSH | T1CE9387F5C75D888A4B6053D88DACDBC8652EE8B9AAE054F3F94C81DC134F62E845C1ED |
insert-timestamp | 1659226637.333694 |
mimetype | text/plain |
source | snap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
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 |
---|---|
FileSize | 45884 |
MD5 | C808E7DB42B0C2FD008B12B7DA0BE12A |
PackageDescription | powerful URL router and dispatcher for golang Package gorilla/mux implements a request router and dispatcher. . 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: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths 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. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-gorilla-mux-dev |
PackageSection | devel |
PackageVersion | 1.7.4-1~bpo10+1 |
SHA-1 | 0BA7FDE557627BFA126C9CF222EB22F466BC136A |
SHA-256 | AFA032DAC9E7386581D200D8FA5D029835F8B6623EB8774137EEB23AE1C7A4F8 |
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 |
---|---|
SHA-1 | 03BD1018751C915F71C1E2AE51345C94CA1942ED |
snap-authority | canonical |
snap-filename | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
snap-id | mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
snap-name | axiom |
snap-publisher-id | 1gYihke6YA9pGfV8JRS1Ohe64f0Qs5nG |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2021-10-01T17:34:13.464567Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15.snap |
Key | Value |
---|---|
FileSize | 46060 |
MD5 | 8A5EDD7CA349980F641A448339AA8306 |
PackageDescription | powerful URL router and dispatcher for golang Package gorilla/mux implements a request router and dispatcher. . 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: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths 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. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-gorilla-mux-dev |
PackageSection | golang |
PackageVersion | 1.8.0-1 |
SHA-1 | 7F6309E97DEB93F4FC484DD86993C4D9D34BD858 |
SHA-256 | 0880A4019FE68496A0E0A749C2948C029E489F49EDD448BED2FEDABA33F848C2 |
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 |
---|---|
FileSize | 45804 |
MD5 | 94E6E1368CD3D5F81955FA701BCEF338 |
PackageDescription | powerful URL router and dispatcher for golang Package gorilla/mux implements a request router and dispatcher. . 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: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths 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. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux. |
PackageMaintainer | Debian Go Packaging Team <team+pkg-go@tracker.debian.org> |
PackageName | golang-github-gorilla-mux-dev |
PackageSection | devel |
PackageVersion | 1.7.4-1 |
SHA-1 | 7507C48D48FEEC174DD283FAF98AC994313B2DEE |
SHA-256 | A573CF7B066F1E5B3E856D76047964A7BB63403190A6E52895467E18C72B7367 |
Key | Value |
---|---|
FileSize | 45852 |
MD5 | 6F00C7C8EAC6C2DA4DAE7E0F83B4ACC2 |
PackageDescription | powerful URL router and dispatcher for golang Package gorilla/mux implements a request router and dispatcher. . 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: . * Requests can be matched based on URL host, path, path prefix, schemes, header and query values, HTTP methods or using custom matchers. * URL hosts and paths 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. * It implements the http.Handler interface so it is compatible with the standard http.ServeMux. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | golang-github-gorilla-mux-dev |
PackageSection | devel |
PackageVersion | 1.7.4-1 |
SHA-1 | 80220DB9A3FBD742B5ECAF3BBA56A584D48F026A |
SHA-256 | 6AD8006A3B53A177A93EF1F316D96320E55C89C90AB420E67AEDB3481AAB5A2C |