Skip to content

Commit

Permalink
typoz
Browse files Browse the repository at this point in the history
typoz
  • Loading branch information
laluka committed Jul 12, 2022
1 parent 560d3eb commit 9173e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ If you wonder why this code is `nothing but a dirty curl wrapper`, here's why:
- If I submit raw chars, I want raw chars to be sent.
- If I send a weird path, I want it weird, not normalized.

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. \
So, be like me, use `curl as a backend`, it's gonna be just fine.


Expand Down

0 comments on commit 9173e7f

Please sign in to comment.