grab.util.http

Module Contents

Functions

merge_with_dict(→ None)

grab.util.http.merge_with_dict(hdr1: Sequence[tuple[str, Any]] | MutableMapping[str, Any], hdr2: collections.abc.Mapping[str, Any], replace: bool = False) None[source]