sdk-python
sdk-python copied to clipboard
replace regular dict-like headers with MultiDict
MultiDict (https://github.com/aio-libs/multidict) is a better option to work with HTTP headers
What would be the advantage over a dict of lists? Or a list of tuples?