httpx.CookieConflict
httpx
CookieConflict
class CookieConflict(Exception):
View In Hierarchy
Attempted to lookup a cookie by name, but multiple cookies existed.
Can occur when calling response.cookies.get(...).
response.cookies.get(...)
__init__
Undocumented
str