Result for A8A24639494C68F29E1C282BFCF3347FE88EDB9C

Query result

Key Value
FileName./usr/share/gocode/src/github.com/gorilla/mux/old_test.go
FileSize17244
MD562267C278C46B9EF5DF0BAD9985A24E0
SHA-1A8A24639494C68F29E1C282BFCF3347FE88EDB9C
SHA-2561A6C639758CE88EAAD0879B545EEDA5510C303243BCCCEE51AA8B7AD87DCCD0A
SSDEEP384:CPHXS3QkmRf+aViIY28yiAxi+2v6Tk4K+k4WkHJby6HQSrEN:CvuQkmRf+aViIY5AomTTK+TW3SrC
TLSHT1A07240FACE58450B4E10E79C8DEE4A89DB4BE632DF68A0F6F99C95DE215C03AD42C051
hashlookup:parent-total6
hashlookup:trust80

Network graph view

Parents (Total: 6)

The searched file hash is included in 6 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize45884
MD5C808E7DB42B0C2FD008B12B7DA0BE12A
PackageDescriptionpowerful 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.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-gorilla-mux-dev
PackageSectiondevel
PackageVersion1.7.4-1~bpo10+1
SHA-10BA7FDE557627BFA126C9CF222EB22F466BC136A
SHA-256AFA032DAC9E7386581D200D8FA5D029835F8B6623EB8774137EEB23AE1C7A4F8
Key Value
MD525478002CC79FCCA0D31876116DDD91A
PackageArchnoarch
PackageDescriptionPackage 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
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-devel
PackageRelease1.fc32
PackageVersion1.7.4
SHA-18901E13B1189D7FCBE20822ABC751108AB243622
SHA-2564987A3D2D225BD7EC15446158FDE1D2BAB7A52DD81681F21F959C9B2A16DCBB0
Key Value
MD54DDA140B3A8A3781FA88686D24C08777
PackageArchnoarch
PackageDescriptionPackage 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
PackageMaintainerpterjan <pterjan>
PackageNamegolang-github-gorilla-mux-devel
PackageRelease1.mga8
PackageVersion1.7.4
SHA-1A0997DF1B3DEF32D03FEE69F52DBC1A486B49D50
SHA-2565A9BEC90DA434DD0877160CF11694F3A1C02ACDC1201C78ADB1A814BFBBD03DA
Key Value
MD51A69A40B362F772A0E5374C5E1A32DBD
PackageArchnoarch
PackageDescriptionPackage 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
PackageMaintainerFedora Project
PackageNamegolang-github-gorilla-mux-devel
PackageRelease2.fc33
PackageVersion1.7.4
SHA-18D9F8997622FEAA5E6A54B34BCC08D4F4B816A45
SHA-256229226A514D3991CB75C0A49DBE20AF1FE4B96A18CF0FD2999D970BFCDDB68BB
Key Value
FileSize45804
MD594E6E1368CD3D5F81955FA701BCEF338
PackageDescriptionpowerful 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.
PackageMaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
PackageNamegolang-github-gorilla-mux-dev
PackageSectiondevel
PackageVersion1.7.4-1
SHA-17507C48D48FEEC174DD283FAF98AC994313B2DEE
SHA-256A573CF7B066F1E5B3E856D76047964A7BB63403190A6E52895467E18C72B7367
Key Value
FileSize45852
MD56F00C7C8EAC6C2DA4DAE7E0F83B4ACC2
PackageDescriptionpowerful 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.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamegolang-github-gorilla-mux-dev
PackageSectiondevel
PackageVersion1.7.4-1
SHA-180220DB9A3FBD742B5ECAF3BBA56A584D48F026A
SHA-2566AD8006A3B53A177A93EF1F316D96320E55C89C90AB420E67AEDB3481AAB5A2C