除了响应之外,是否可以使用HTTPie在输出上打印请求(标题和正文)?
httpie
虽然True,False在内置的常量,下面是允许在Python.
True
False
>>> True = False >>> a = True >>> b = False >>> print a,b False False
有关为什么允许这样做的任何参考?
编辑:这只发生在Python 2.x(如所有指出).
python constants built-in
built-in ×1
constants ×1
httpie ×1
python ×1