hyper-router icon indicating copy to clipboard operation
hyper-router copied to clipboard

Simple routing middleware for rust HTTP library hyper.

Results 9 hyper-router issues
Sort by recently updated
recently updated
newest added

Dear Bests. I was using hyper-router for a project with hyper 0.14 version and while running the example I got this error : I'll be happy if I can fix...

while coding and reading snippets i couldn't find out if it's async and using tokio or not.

Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.1.25 to 0.3.16. Release notes Sourced from futures's releases. 0.3.16 Add TryStreamExt::try_chunks (#2438) Add StreamExt::{all, any} (#2460) Add stream::select_with_strategy (#2450) Update to new io_slice_advance interface (#2454) 0.3.15...

dependencies

Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.35 to 0.14.11. Release notes Sourced from hyper's releases. v0.14.11 Bug Fixes client: retry when pool checkout returns closed HTTP2 connection (#2585) (52214f39) http2: improve I/O errors...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 0.2.11 to 1.5.4. Release notes Sourced from regex's releases. 1.0.0 This release marks the 1.0 release of regex. While this release includes some breaking changes, most users...

dependencies

Bumps [http](https://github.com/hyperium/http) from 0.1.16 to 0.1.21. **This update includes security fixes.** Vulnerabilities fixed Sourced from The RustSec Advisory Database. HeaderMap::Drain API is unsound Affected versions of this crate incorrectly used...

dependencies
security

This PR introduces the ability to parameterize routes using the syntax `/foo/:id/bar/:id`. In this syntax, the name of a parameter is not important, since parameters are captures as a `Vec`...

I think it would be pretty nice to be able to do regex captures and have the arguments passed onto the handler. This would need to be on a separate...