Skip to content

Add RequestParam Helper#317

Open
Mungrel wants to merge 3 commits into
julienschmidt:masterfrom
Mungrel:patch-1
Open

Add RequestParam Helper#317
Mungrel wants to merge 3 commits into
julienschmidt:masterfrom
Mungrel:patch-1

Conversation

@Mungrel

@Mungrel Mungrel commented Aug 5, 2020

Copy link
Copy Markdown

Often only need a single parameter from the request, and this often happens in conjunction with http.Handler use. Regularly doing httprouter.ParamsFromContext(r.Context()).ByName("<some-path-param>") can get repetitive, so usually have something similar to this for convenience.

similark pushed a commit to similarweb/httprouter that referenced this pull request May 9, 2023
…idt#317)

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](kubernetes-sigs/controller-runtime@v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aaron Schlesinger <70865+arschles@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant