You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix CI deprecation artifact upload/download (#205)
+ fix long scheme parsing
+ remove useless call on hasattr check (before pool memorize)
+ add note about using "multiplexed=True" along with requests-cache
[](https://www.bestpractices.dev/projects/9950)
126
127
127
128
This project does not require any compilation toolchain. The HTTP/3 support is not enforced and installed if your platform can support it natively _(e.g. pre-built wheel available)_.
Copy file name to clipboardexpand all lines: docs/community/extensions.rst
+2
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,8 @@ Quickstart to leverage its potential::
44
44
for i in range(60):
45
45
r = s.get('https://httpbin.org/delay/1')
46
46
47
+
.. warning:: Be advised that this extension nullify the advantage of using ``multiplexed=True`` within your Session constructor as is eagerly access the content.
0 commit comments