emmett-framework / granian

A Rust HTTP server for Python applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`RSGIHeaders` out of spec

gi0baro opened this issue · comments

Whereas the RSGI spec refers to headers as a Mapping[str, str], the actual class doesn't provide all the expected methods from the abstract class.