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