Implements a complete, but minimal, http server with some WSGI/pep-333 support using asycamore.

  • Standard environ header values, start_response semantics
  • very non standard wsgi.input handling

This server is currently being used as a test bed for various transfer-coding: chunks, keep-alive and http pipelining experiments. Browse the source here