https://github.com/manfred/rnr
RNR is a fresh implementation of the HTTP protocol for Ruby
https://github.com/manfred/rnr
Last synced: 6 months ago
JSON representation
RNR is a fresh implementation of the HTTP protocol for Ruby
- Host: GitHub
- URL: https://github.com/manfred/rnr
- Owner: Manfred
- License: mit
- Created: 2010-04-25T21:45:05.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T11:09:57.000Z (almost 12 years ago)
- Last Synced: 2025-02-13T10:22:12.930Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 188 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RNR
RNR is a fresh take on Ruby's net/http. The aim is to develop a lean HTTP client implementation.
## Legal and props
The parser code is based on Zed Shaw's RFuzz parser. Code is used under the terms of the Ruby license: http://www.ruby-lang.org/en/LICENSE.txt.
All code in this repository can be used under the MIT license:
http://opensource.org/licenses/MIT