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 560d3eb commit 9173e7fCopy full SHA for 9173e7f
README.md
@@ -8,7 +8,7 @@ If you wonder why this code is `nothing but a dirty curl wrapper`, here's why:
8
- If I submit raw chars, I want raw chars to be sent.
9
- If I send a weird path, I want it weird, not normalized.
10
11
-This is `surprisingly hard` to achieve in python without loosing all of the lib goodies like parsing, ssl/tls encapsulation and so on. \
+This is `surprisingly hard` to achieve in python without losing all of the lib goodies like parsing, ssl/tls encapsulation and so on. \
12
So, be like me, use `curl as a backend`, it's gonna be just fine.
13
14
0 commit comments