requests:python请求的端口

时间:2024-05-28 00:10:42
【文件属性】:

文件名称:requests:python请求的端口

文件大小:188KB

文件格式:ZIP

更新时间:2024-05-28 00:10:42

Ruby

要求 请求:HTTP for Humans 描述 受Python请求库的启发,此gem提供了一种轻松的发出HTTP请求的方法。 用法 这是一个GET请求的示例: require "requests" response = Requests . request ( "GET" , "http://example.com" ) # Now you have these methods available response . status #=> Number with the status code response . headers #=> Hash with the response headers response . body #=> String with the response body 如果您不是直接调用Requests.request而是直接指定HTTP方法,


【文件预览】:
requests-master
----.gitignore(10B)
----requests.gemspec(544B)
----tests()
--------requests_test.rb(2KB)
--------ssl_test.rb(139B)
--------proxy_test.rb(716B)
----LICENSE(1KB)
----README.markdown(1KB)
----makefile(44B)
----.gems(16B)
----lib()
--------requests.rb(2KB)
--------requests()
--------cacert.pem(341KB)

网友评论