#http-middleware #http-router #async #async-middleware #web

frege

A lightweight, async HTTP router for Rust with middleware support

1 unstable release

0.1.0 Jun 14, 2025

#1551 in HTTP server

MIT license

12KB
232 lines

frege

A lightweight, async HTTP router for Rust with middleware support.

Features

  • Async handlers and middleware
  • Flexible middleware system with tuple syntax: .middlewares((m1, m2, m3))
  • CRUD resource registration
  • Built on Hyper

Installation

[dependencies]
frege = "0.1"

Dependencies

~5–15MB
~169K SLoC