https://github.com/manfred/shl
A little tiny HTTP client library
https://github.com/manfred/shl
Last synced: 10 months ago
JSON representation
A little tiny HTTP client library
- Host: GitHub
- URL: https://github.com/manfred/shl
- Owner: Manfred
- Created: 2012-04-16T20:19:48.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-20T07:21:20.000Z (about 14 years ago)
- Last Synced: 2025-02-10T11:33:45.475Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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