Package Usage: go: github.com/julienschmidt/httprouter
Package httprouter is a trie based high performance HTTP request router.
A trivial example is:
The router matches incoming requests by the request method and the path.
If a handle is registered for this path and method, the router delegates the
request to that function.
For the methods GET, POST, PUT, PATCH and DELETE shortcut functions exist to
register handles, for all other methods router.Handle can be used.
The registered path, against which the router matches incoming requests, can
contain two types of parameters:
Named parameters are dynamic path segments. They match anything until the
next '/' or the path end:
Catch-all parameters match anything until the path end, including the
directory index (the '/' before the catch-all). Since they match anything
until the end, catch-all parameters must always be the final path element.
The value of parameters is saved as a slice of the Param struct, consisting
each of a key and a value. The slice is passed to the Handle func as a third
parameter.
There are two ways to retrieve the value of a parameter:
4 versions
Latest release: over 5 years ago
5,197 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/julienschmidt/httprouter
Dependent Repos 26
1024pix/steampipe-plugin-learningcontent
Steampipe plugin to query LCMS contentSize: 101 KB - Last synced: 3 days ago - Pushed: over 1 year ago

1024pix/steampipe-plugin-metabase
Use SQL to query databases, tables, permissions and more from MetabaseSize: 1.22 MB - Last synced: 3 days ago - Pushed: 4 days ago

pocs/mdl-qor-sdk
This SDK is based upon [QOR](https://github.com/qor/qor) and aims to provide a boilerplate for quickly prototyping admin types applications.Last synced: 7 months ago - Pushed: 11 months ago
swh/infra/ci-cd/3rdparty/cert-manager-webhook-gandi
Last synced: 7 months ago - Pushed: 11 months ago
betagouv/sealed-secrets Fork of bitnami-labs/sealed-secrets
A Kubernetes controller and tool for one-way encrypted SecretsSize: 19.2 MB - Last synced: 7 days ago - Pushed: almost 3 years ago

betagouv/vouch-proxy Fork of vouch/vouch-proxy
an SSO and OAuth / OIDC login solution for Nginx using the auth_request moduleSize: 5.68 MB - Last synced: 7 days ago - Pushed: over 1 year ago

cea-hpc/fabricmon Fork of dswarbrick/fabricmon
InfiniBand fabric monitoring daemon written in GoSize: 404 KB - Last synced: about 10 hours ago - Pushed: 6 months ago

cea-hpc/slurm_exporter Fork of vpenso/prometheus-slurm-exporter
Prometheus exporter for performance metrics from Slurm.Size: 3.02 MB - Last synced: about 10 hours ago - Pushed: 11 months ago

tchapgouv/matrix-media-repo Fork of t2bot/matrix-media-repo
Matrix media repository with multi-domain in mind.Size: 6.2 MB - Last synced: 7 days ago - Pushed: over 1 year ago

radiofrance/icecast_exporter Fork of markuslindenberg/icecast_exporter
Icecast exporter for PrometheusSize: 21.5 KB - Last synced: 7 days ago - Pushed: over 1 year ago

radiofrance/ipahealthcheck_exporter Fork of camptocamp/ipahealthcheck_exporter
Prometheus exporter for exposing ipa-healthcheck tool checks as metricsSize: 60.5 KB - Last synced: 7 days ago - Pushed: almost 4 years ago

radiofrance/process-exporter Fork of ncabatoff/process-exporter
Prometheus exporter that mines /proc to report on selected processesSize: 2.25 MB - Last synced: 7 days ago - Pushed: over 1 year ago

radiofrance/prometheus-logstash-exporter Fork of alxrem/prometheus-logstash-exporter 📦
Prometheus exporter for Logstash metricsSize: 1.31 MB - Last synced: 7 days ago - Pushed: about 5 years ago

signaux-faibles/wekan-alerter
wekan-alerterSize: 44.9 KB - Last synced: 7 days ago - Pushed: over 2 years ago

signaux-faibles/goup
Serveur minimaliste pour téléverser des fichiers avec une gestion de droitsSize: 63.1 MB - Last synced: 7 days ago - Pushed: over 2 years ago



radiofrance/helm-chart-sonarqube Fork of SonarSource/helm-chart-sonarqube
Size: 2.99 MB - Last synced: 7 months ago - Pushed: 9 months ago

web-et-numerique/factory/llle_project/cozy-stack
Fork of cozy-stack https://github.com/cozy/cozy-stackLast synced: 7 months ago

igrida/prometheus-oar-exporter
Exporter Prometheus pour les métrics du serveur OARLast synced: 7 months ago