🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

z-http-request

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

z-http-request

0.2.0
Rubygems
Version published
Maintainers
3
Created
Source

Z-HTTP-Request

This is a fork of Ilya Gregoriks em-http-request, ported to ZMachine. Furthermore stuff like socksify has been removed as it is not needed for our simple http client use case.

Gem Version Build Status Code Climate Dependency Status

Installation

Add this line to your application's Gemfile:

gem 'z-http-request'

And then execute:

$ bundle

Or install it yourself as:

$ gem install z-http-request

Usage

Z-HTTP-Request is mostly API compatible with em-http-request and EventMachine. Replace EM / EventMachine with ZMachine in your code and it should work out of the box.

Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

FAQs

Package last updated on 09 Dec 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts