finchers 0.10.1

A combinator library for builidng asynchronous HTTP services
Documentation

finchers

Build Status crates.io docs-rs

finchers is a combinator library for building HTTP services, based on hyper and futures.

The concept and design of this library is highly inspired by finch and combine.

Features

  • type-safe routing
  • asynchronous handling based on Futures and Hyper 0.11
  • focuses on stable channel

Documentation

License

Dual licensed under the MIT and Apache 2.0.