python-hyper / h11

A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
https://h11.readthedocs.io/
MIT License
490 stars 62 forks source link

Clarify that the Headers class is a Sequence #125

Closed pgjones closed 3 years ago

pgjones commented 3 years ago

This is both in the docs (via the changelog) and by inheriting from the Sequence ABC.