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