[ ソース: 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