return full cookie jar on request
Some checks failed
CI / release (push) Failing after 30s

This commit is contained in:
estebanthilliez
2026-04-24 22:26:27 +02:00
parent 772ed5a176
commit 2220b92849
4 changed files with 56 additions and 18 deletions

View File

@@ -27,6 +27,7 @@ async def main():
json={
"domain": "https://example.com/",
"cookieName": "session_id",
"includeCookies": True,
},
)
print(resp3.json())