human_requests.tools.http_utils¶
HTTP-helpers (cookie logic, charset, Playwright ↔ Curl adapters).
Functions¶
|
|
|
|
|
Returns (header string, [cookie list, actually sent]). |
|
curl_cffi.Headers→list[str] всех Set-Cookie. |
|
Module Contents¶
- cookie_matches(
- url_parts: SplitResult,
- cookie: Cookie,
- compose_cookie_header(
- url_parts: SplitResult,
- current_headers: Mapping[str, str],
- jar: Iterable[Cookie],
Returns (header string, [cookie list, actually sent]).