Routerify
Pinned repositories
Repositories
-
routerify
A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs
-
routerify-benchmark
A simple benchmarking between other web frameworks and router implementation libraries
-
routerify-cors
A Routerify middleware which enables CORS
-
routerify-query
A Routerify middleware which parses the request query string
-
async-pipe-rs
Creates an asynchronous piped reader and writer pair using tokio.rs
-
routerify-websocket
The WebSocket support for the Routerify library
-
hyper-routerify-server-template
A Boilerplato template to generate a quick server app using routerify and hyper
-
routerify-multipart
A multipart/form-data parser for Routerify
-
routerify-json-response
A Routerify utility library to generate JSON response
-
routerify-utils
[DEPRECATED] A utility library to work with routerify
-
stream-body
An HttpBody implementation with efficient streaming support for the Rust HTTP library hyper