Welcome to yhttp’s documentation!

http://img.shields.io/pypi/v/yhttp.svg https://github.com/yhttp/yhttp/workflows/Build/badge.svg?branch=master https://coveralls.io/repos/github/yhttp/yhttp/badge.svg?branch=master https://img.shields.io/badge/Python-%3E%3D3.6-blue

A lightweight flask-like HTTP framework.

pip install yhttp
from yhttp import Application

app = Application()

@app.route()
def get(req):
    return b'Hello World!'

app.ready()

Features

Contents

Indices and tables