1
0
mirror of https://github.com/httpie/cli.git synced 2025-11-29 22:58:15 +02:00

Add support for multipart upload streaming

Close #684, #201
This commit is contained in:
Jakub Roztocil
2020-08-15 17:50:00 +02:00
parent d32c8cab12
commit 6cd934d1b8
10 changed files with 86 additions and 12 deletions

View File

@@ -111,3 +111,5 @@ def get_expired_cookies(
for cookie in cookies
if cookie.get('expires', float('Inf')) <= now
]