mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 01:00:26 +08:00
e42c983740
In the requests package the function `utils.parse_header_links()` takes a str as input and returns a list of dictionaries. This can be seen in the unit tests that are used: https://github.com/psf/requests/blob/786255613bd92f87c9c8f066c4271aab1b9eeaad/tests/test_utils.py#L644-L664