Key | Value |
---|---|
FileName | ./usr/share/doc/golang-github-gorilla-mux-dev/copyright |
FileSize | 2611 |
MD5 | F1B77779EAACD8E257CBB5DE5D89CC9F |
RDS:package_id | 182365 |
SHA-1 | 1C43234D4A62D6464D29BDDDEA652E31C8903D4F |
SHA-256 | 9E19D7DD5C504EF8B2A06BED67DB2830D4202DDB7DC7CFC68A7FA191F9A7E835 |
SSDEEP | 48:B0LPJOOrXSJPJznCJhNPPG432sGYx32s3El83tyHGq8rWmy5dnxK8:BUPcOrXSJPJznCJbt3i23zNUJF48 |
TLSH | T1AA51C84F118087FB8AC017C07A9AB9C9F356902E3A2B9904385ED3099B2B43F55F34D0 |
insert-timestamp | 1679426695.6751204 |
source | RDS.db |
hashlookup:parent-total | 42 |
hashlookup:trust | 100 |
The searched file hash is included in 42 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 |
---|---|
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 | 41306 |
MD5 | 9D28DDF515E09F94D5D7603CA691973D |
PackageDescription | powerful URL router and dispatcher for golang -- shared library Package gorilla/mux implements a request router and dispatcher. . This package contains the library built as a shared library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libgolang-github-gorilla-mux1 |
PackageSection | devel |
PackageVersion | 1.1-2ubuntu2 |
SHA-1 | 150767113ED13009BCCBB87582CC04FF485FE0AF |
SHA-256 | E4DA8E8EB37418243D682A98BBA9CD73338E910A392F4F6400D8412F43C8C720 |
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 | 49686 |
MD5 | C9D3ACBF18305248F00AD0E344F448CC |
PackageDescription | powerful URL router and dispatcher for golang -- shared library Package gorilla/mux implements a request router and dispatcher. . This package contains the library built as a shared library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libgolang-github-gorilla-mux1 |
PackageSection | devel |
PackageVersion | 1.1-3ubuntu1 |
SHA-1 | 19BC6B362932C1A2727342CC1D50AC37DDD6FA1D |
SHA-256 | 4468C899C7B39FEB61D6E963D5B4833AA0995B658E06CB01F2AB4300791C72A4 |
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 | 41176 |
MD5 | F9CBF22B8F3B6A72A0F217B92B5E9B33 |
PackageDescription | powerful URL router and dispatcher for golang -- shared library Package gorilla/mux implements a request router and dispatcher. . This package contains the library built as a shared library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | libgolang-github-gorilla-mux1 |
PackageSection | devel |
PackageVersion | 1.1-2ubuntu2 |
SHA-1 | 226BC71845B73DF101E4A0C326B1C9DD079C3C57 |
SHA-256 | 6FA531D873549A96EE8A42368F434DAE5378CD30A6D7F9ACF05E0EF5156678A3 |