[ 原始碼: ruby-http ]
套件:ruby-http(4.4.1-6)
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-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.2~)
- utility-belt to build form data request bodies
-
- dep: ruby-http-parser
- Ruby FFI bindings to http-parser