This website requires JavaScript.
Explore
Help
Sign In
extern
/
httpie-cli
Watch
1
Star
0
Fork
1
You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced
2024-11-22 15:53:13 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ef31ecf71
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 07:39:26 +01:00
import
sys
is_windows
=
'
win32
'
in
str
(
sys
.
platform
)
.
lower
(
)
Reference in New Issue
Copy Permalink