Key | Value |
---|---|
FileName | ./usr/share/gocode/src/github.com/gorilla/mux/old_test.go |
FileSize | 17509 |
MD5 | A7976912D3E9FDED93DA5B7C50CB49B3 |
SHA-1 | 6B3B0A356B11731B5E93FE56CDD08CB1AC695165 |
SHA-256 | 525062794062BF3CFEAF575559CF434346E68654C49514F2B03706780CF6A346 |
SSDEEP | 384:CPHXS3QkmRf+aViIY28yiAxi+OJTk4K+k4Wk7Jby6HQSrcN:CvuQkmRf+aViIY5AgbTTK+TW/Sra |
TLSH | T1EB724FFACE58050B4E10E79C8DAE4A89DB5FE632DF68A0F6F89C95DE315C43AD42C051 |
hashlookup:parent-total | 24 |
hashlookup:trust | 100 |
The searched file hash is included in 24 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 72414 |
MD5 | 99B6993E8DE121CEF5C47B04C3219644 |
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.1-2ubuntu7 |
SHA-1 | 02F37E0F507028CFADEC6FF9F58855FE78FDEDE5 |
SHA-256 | 36297614B371632F231E7DDB82AB2EFDEEDB1C505D57A8F93C114543B71F9771 |
Key | Value |
---|---|
FileSize | 76376 |
MD5 | 6A54A4CE33BC4FADF63C0D06F3387B2A |
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.1-3ubuntu1 |
SHA-1 | 066DD97EFBA85D0712283416734E1854C399DB93 |
SHA-256 | F6E8731B7CDC950B4CA158944F60B1C7BE2C28BD229F72EC5102691CF3C290A0 |
Key | Value |
---|---|
MD5 | 9991F8646195CD955472B9688C49EBBB |
PackageArch | ppc64 |
PackageDescription | Unit tests for heketi package This package contains unit tests for project providing packages with github.com/heketi/heketi prefix. |
PackageMaintainer | Fedora Project |
PackageName | heketi-unit-test-devel |
PackageRelease | 2.fc24 |
PackageVersion | 1.2.0 |
SHA-1 | 1166732B71BB1922E5B220DC325DDABC8365FB46 |
SHA-256 | 3928F85AE6BE6FF564B25D5E85BB895FC34FA48BA41F73AF7DEFBDAC02DC307F |
Key | Value |
---|---|
FileSize | 77682 |
MD5 | 8BB9F189B61A94A2A992EEEA79E0005A |
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.1-2ubuntu2 |
SHA-1 | 14E1CE12D3102860BA77257DB47D137913544FE7 |
SHA-256 | 8FE11236CD43B6D442305041451CDF4AAFBE513E85F1A304FCD7CC9506200ACF |
Key | Value |
---|---|
FileSize | 76228 |
MD5 | FB437A9502B466DCF8377AFE1614A9C2 |
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.1-3ubuntu1 |
SHA-1 | 19998657473DFCCB50A98D0339D0FF7B50D1FEFD |
SHA-256 | 3286C4911061E6475972968B14A58A17D29854F5D7ACB0212479EB17DCED7000 |
Key | Value |
---|---|
FileSize | 26020 |
MD5 | CB928EE052E47E37B7BEFBEA20CB2AD9 |
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 | pkg-go <pkg-go-maintainers@lists.alioth.debian.org> |
PackageName | golang-github-gorilla-mux-dev |
PackageSection | devel |
PackageVersion | 1.1-2 |
SHA-1 | 1D2901052BDD23F831842EB14535A601107A964A |
SHA-256 | 94EE105B2B6D90EF4E74225960BE05C5E877336A18B2CDB67A2A2D175687FDAE |
Key | Value |
---|---|
FileSize | 26304 |
MD5 | 9799BE938D5DE28018AF1A504C5FBABF |
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.1-4 |
SHA-1 | 20B9414EF9D4FB596E6B6FF68432B34BC4E145C5 |
SHA-256 | 12739417D584B5B13A70520FCDA0804D9D6D5417847FBBBF3D8DF4D2B888B085 |
Key | Value |
---|---|
FileSize | 72072 |
MD5 | DD06C90E604D9C2F838B8A6B4AC0A525 |
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.1-2ubuntu7 |
SHA-1 | 2135610A6AB9D18538617A3E1327B473F41E3D2F |
SHA-256 | 20E032145F9D27F183605C116D0EC273767730D0FDEBB53DB7A05CB3F35C9337 |
Key | Value |
---|---|
FileSize | 71994 |
MD5 | 053E1BBEE3C12536B7620E2AC4180B57 |
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.1-2ubuntu7 |
SHA-1 | 4AF33B1E0D4CCA01E582C6A44FD7FCE3949B3105 |
SHA-256 | 3824887E665D3F1C2F0E4919B07736E1ADA5FE77B333606ACD7BAB29D04C3EF9 |
Key | Value |
---|---|
FileSize | 70822 |
MD5 | F6AB7CE98D642760E381C15194FF88AB |
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.1-2ubuntu2 |
SHA-1 | 5003F3F00A500F6FDFE71AA4DF7BBAA176F6146C |
SHA-256 | 216A1F6F3FA62B2AA374AD37FAC9093CAB8BE6913D680D71F6A2E394AD38C296 |