This commit is contained in:
L. Kärkkäinen 2019-09-04 17:51:59 +03:00
parent 4537544fde
commit d248dbb72b

View File

@ -3,6 +3,7 @@ import re
from typing import Any, Dict, Iterable, Optional, Tuple
from urllib.parse import unquote
HeaderIterable = Iterable[Tuple[str, Any]] # Values convertible to str
Options = Dict[str, str] # key=value fields in various headers
OptionsIterable = Iterable[Tuple[str, str]] # May contain duplicate keys