An open API service indexing awesome lists of open source software.

https://github.com/Manfred/SHL

A little tiny HTTP client library
https://github.com/Manfred/SHL

Last synced: 12 months ago
JSON representation

A little tiny HTTP client library

Awesome Lists containing this project

README

          

# SHL

Simple HTTP Library, because simple is simpler.

gem install shl

## Example

response = SHL(:verb => :get, :url => 'http://www.google.com')
puts response.body