Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/gorilla/mux/example_cors_method_middleware_test.go |
FileSize | 1179 |
MD5 | 6D4F748BC096E0731F8E68538606A752 |
SHA-1 | 5CE72D92B3DCC567D5D9D9CDCA9859EFB4206A3B |
SHA-256 | 65C33B4E9ECAE368B3401E64652027D596D6B68FD4473C8771E5EBC43D3040C9 |
SHA-512 | B1D10472C93A69D0F9533110BBF081D7D6A38A3839C7C35F75490BD93EB2D2D1AC83B7F11357FC7ADE5F2CEDB09C32056F1E3354D47919E744359E5A518EC173 |
SSDEEP | 24:9zmxY07f7j5DOonTh5mpWpd1F8ldm4RroAHZgzf7fGzftzGpgpx:9zmxY07fwoTk0d1Fydmq5HkYSix |
TLSH | T1E621C4E3B8923551943CFB58D7AA4BA5F320F554D0E6DC917AAD295B13C807FF6021A0 |
insert-timestamp | 1659226637.3491633 |
mimetype | text/plain |
source | snap:mdTwaNga8m8NrBqqSH4FVIbtUwLWAhWj_15 |
hashlookup:parent-total | 11 |
hashlookup:trust | 100 |
The searched file hash is included in 11 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 |
Key | Value |
---|---|
FileSize | 43272 |
MD5 | 50F3CA077B628CC9C5A9F765B5269A49 |
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.3-1 |
SHA-1 | DC9960A1D77E55EA35DBF18B61C6A932D3D58D55 |
SHA-256 | 738236B4DA3E956890DA0D0F3A673CBFD1F49BF739BE7A138AE69D90D62AB8BB |