[ 源代码: ruby-http ]
软件包:ruby-http(3.3.0-2)
easy-to-use client library for making http requests from Ruby
It uses a simple method chaining system for building requests, similar to Python's Requests
Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing native extension based on the Node.js parser and a Java port thereof.
其他与 ruby-http 有关的软件包
|
|
|
|
-
- dep: ruby
- 面向对象脚本语言 Ruby 的解释器 (默认版本)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-addressable
- alternative URI implementation for Ruby
-
- dep: ruby-http-cookie
- Ruby library to handle HTTP Cookies based on RFC 6265
-
- dep: ruby-http-form-data (>= 2.0~)
- utility-belt to build form data request bodies
-
- dep: ruby-http-parser.rb
- Simple callback-based HTTP request/response parser