We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d2c1ec commit c8fc9d0Copy full SHA for c8fc9d0
1 file changed
httpx/_utils.py
@@ -140,6 +140,7 @@ def __lt__(self, other: Pattern) -> bool:
140
def __eq__(self, other: typing.Any) -> bool:
141
pass
142
143
+
144
class WildcardURLPattern(Pattern):
145
"""
146
A utility class currently used for making lookups against proxy keys...
0 commit comments