-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #276 from uploadcare/bugfix/275-akamai_escape_spec…
…ial_chars Revision of the secure_url module
- Loading branch information
Showing
16 changed files
with
1,106 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pyuploadcare" | ||
version = "4.2.2" | ||
version = "4.3.0" | ||
description = "Python library for Uploadcare.com" | ||
authors = ["Uploadcare Inc <[email protected]>"] | ||
readme = "README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
interactions: | ||
- request: | ||
body: null | ||
headers: | ||
Connection: | ||
- close | ||
Host: | ||
- sectest.ucarecdn.com | ||
User-Agent: | ||
- Python-urllib/3.11 | ||
method: GET | ||
uri: https://sectest.ucarecdn.com/1bd27101-6f40-460a-9358-d44c282e9d16/?token=exp=2015971200~acl=/1bd27101-6f40-460a-9358-d44c282e9d16/~hmac=0e466b666443108e92a8b8255b95f7473073c8ea14aa074de5647d092c683e1f | ||
response: | ||
body: | ||
string: 'hello | ||
' | ||
headers: | ||
Access-Control-Allow-Methods: | ||
- HEAD, GET, OPTIONS | ||
Access-Control-Allow-Origin: | ||
- '*' | ||
Cache-Control: | ||
- public, max-age=31309321 | ||
Connection: | ||
- close | ||
Content-Disposition: | ||
- inline; filename=hello.txt | ||
Content-Length: | ||
- '6' | ||
Content-Type: | ||
- text/plain | ||
Date: | ||
- Fri, 24 Nov 2023 21:55:28 GMT | ||
ETag: | ||
- '"b1946ac92492d2347c6235b4d2611184"' | ||
Last-Modified: | ||
- Wed, 22 Nov 2023 00:53:42 GMT | ||
Server: | ||
- Uploadcare | ||
Vary: | ||
- Accept-Encoding | ||
X-Robots-Tag: | ||
- noindex, nofollow, nosnippet, noarchive | ||
status: | ||
code: 200 | ||
message: OK | ||
version: 1 |
Oops, something went wrong.