apodo icon indicating copy to clipboard operation
apodo copied to clipboard

A cancelled Python web server project.

Results 3 apodo issues
Sort by recently updated
recently updated
newest added

The current (legacy) headers.py module contains the `Headers` class, which consists of a dictionary implementation and the `eval` method for parsing headers (from a list of lists, to a dictionary),...

enhancement
hold

I've been falling in love with the [Trio](http://trio.readthedocs.io) async library. I find it helps me design async software in a simpler, [more principled](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/), and robust style. There is one web...

The legacy design of the `sessions` package, including modules `base.py`, `client.py`, and `files.py` could be restructured and streamlined. Rather than having the `SessionEngine` subclasses in separate modules, it would make...

enhancement
hold