Welcome to rivr’s documentation!

rivr is a BSD Licensed WSGI web framework, written in Python.

import rivr

def hello_world(request):
    return rivr.Response('<html><body>Hello world!</body></html>')

if __name__ == '__main__':
    rivr.serve(hello_world)

Contents:

Indices and tables