Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
A demo to implement a extension library with Go.
Go Ruby
Latest commit 6b827c9 @nurse Initial commit
Failed to load latest commit information.
ext/gohttp Initial commit
lib Initial commit
.gitignore Initial commit
Gemfile Initial commit
LICENSE Initial commit
README.md Initial commit
Rakefile Initial commit
gohttp.gemspec Initial commit
test.rb Initial commit

README.md

Gohttp

A demo to implement a extension library with Go.

Installation

Add this line to your application's Gemfile:

gem 'gohttp'

And then execute:

$ bundle

Or install it yourself as:

$ gem install gohttp

Usage

require 'gohttp'
r = Gohttp.get('https://example.com/index.html')
puts r.body.read

Contributing

  1. Fork it ( https://github.com/nurse/gohttp/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request
Something went wrong with that request. Please try again.