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
- 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-06-06T22:06:24.002Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 121 KB
- Stars: 4
- Watchers: 2
- 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