https://github.com/mbj/response
Build HTTP responses
https://github.com/mbj/response
Last synced: over 1 year ago
JSON representation
Build HTTP responses
- Host: GitHub
- URL: https://github.com/mbj/response
- Owner: mbj
- License: mit
- Created: 2012-09-16T14:57:37.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-01-19T15:45:15.000Z (over 11 years ago)
- Last Synced: 2024-05-01T23:05:33.207Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 484 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
README
response
========
[](http://travis-ci.org/mbj/response)
[](https://gemnasium.com/mbj/response)
[](https://codeclimate.com/github/mbj/response)
Build HTTP responses in a functional style. Yeah it has support for rack.
Installation
------------
Use git source `gem 'response', :git => 'https://github.com/mbj/response`
Examples
--------
MISSING. See specs and in code docs!
Credits
-------
* Markus Schirp [mbj](https://github.com/mbj)
Contributing
------------
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with Rakefile or version
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
License
-------
See `LICENSE` file.