python 3.5http.httpstatus后端口到3.4和2.7

httpstatus35的Python项目详细描述


python 3.5http.HTTPStatusbackported到3.4和2.7

开始

安装:

$ pip install httpstatus35

…或者如果您想使用Python2.7,请运行:

$ pip install httpstatus35[py2x]

享受:

$ python2.7
Python 2.7.10 (default, Oct 23 2015, 19:19:21)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from httpstatus import HTTPStatus
>>> HTTPStatus.OK
<HTTPStatus.OK: 200>

许可证

httpstatus35在mit许可下获得许可。查看许可文件 详细情况。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java我不知道为什么我的非常简单的JPA项目不能工作   java编程故障操作listenersFillRect   java缓冲区图像宽度和高度随机反转值   使用java从ldap服务器获取数据   ObjectInputStream的反序列化Java运行时错误   java HTTP400:GET请求在Wildfly 18上不起作用,但在JBoss 7上起作用   仅运行testMethod()的java JMH基准测试   java Mockito:捕获HttpServletResponse#sendError()   maven Java Security正在阻止应用程序启动   Aspose pdfviewer中RussianLitter链接的java问题   java我在访问具有值的单元格时遇到空指针异常?   java如何在返回类型为int[]的函数中声明长度未知的整数数组?   java如何在NetBeans中为组织目的创建文件夹?   zip Java ZipFile api无法提取大型文件   字节码检测的Java代理问题