This website requires JavaScript.
Explore
Help
Register
Sign In
python
/
httpie-cli
Watch
1
Star
0
Fork
0
You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced
2024-11-28 08:38:44 +02:00
Code
8d35a12d27
httpie-cli
/
httpie
/
compat.py
5 lines
63 B
Python
Raw
Normal View
History
Unescape
Escape
Don't depend on `requests.compat` #314
2015-02-24 08:39:26 +02:00
import
sys
is_windows
=
'
win32
'
in
str
(
sys
.
platform
)
.
lower
(
)
Copy Permalink