http://img.shields.io/pypi/v/nanohttp.svg https://travis-ci.org/pylover/nanohttp.svg?branch=master https://coveralls.io/repos/github/pylover/nanohttp/badge.svg?branch=master https://img.shields.io/gitter/room/pylover/nanohttp.svg https://img.shields.io/github/forks/pylover/nanohttp.svg?style=social&label=Fork https://img.shields.io/github/stars/pylover/nanohttp.svg?style=social&label=Star

nanohttp

A very micro HTTP framework.

Features

  • Very simple, less-code & fast

  • Object/Attribute URL dispatcher

  • Regex route dispatcher

  • HTTP Method(Verb) dispatcher

  • Url-Encoded, Multipart and JSON form parsing

  • No request and or response objects is available, everything is combined in nanohttp.context

  • A very flexible configuration system: pymlconf

  • Use Python’s keywordonly arguments for query strings (>= 0.24.0)

Roadmap

The roadmap is to keep it simple with 100% code coverage. no built-in template engine and or ORM will be included.