Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kern/webbed
Take control of HTTP.
https://github.com/kern/webbed
Last synced: 30 days ago
JSON representation
Take control of HTTP.
- Host: GitHub
- URL: https://github.com/kern/webbed
- Owner: kern
- License: mit
- Created: 2010-05-23T00:17:11.000Z (over 14 years ago)
- Default Branch: develop
- Last Pushed: 2012-07-13T07:02:29.000Z (over 12 years ago)
- Last Synced: 2024-09-20T09:39:58.558Z (about 2 months ago)
- Language: Ruby
- Homepage: http://github.com/CapnKernul/webbed
- Size: 418 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webbed - take control of HTTP [![StillMaintained Status](http://stillmaintained.com/CapnKernul/webbed.png)](http://stillmaintained.com/CapnKernul/webbed) [![Build Status](http://travis-ci.org/CapnKernul/webbed.png)](http://travis-ci.org/CapnKernul/webbed) #
Webbed provides useful abstractions on top of the basic parts of the HTTP
specification, most notably HTTP Requests and Responses. It is far more
full-featured than `Rack::Request` and `Rack::Response`, allowing you to easily
access the complex features of HTTP.## Usage ##
Coming soon. Check out the tests and documentation in the meantime.
## Installation ##
Without bundler:
gem install webbed
With bundler:
gem 'webbed'
## Note on Patches/Pull Requests ##
* 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, but do not mess with the `Rakefile`. If you want to have your own version, that is fine but bump the version in a commit by itself in another branch so I can ignore it when I pull.
* Send me a pull request. Bonus points for git flow feature branches.## Resources ##
* [GitHub Repository](https://github.com/CapnKernul/webbed)
* [Documentation](http://rubydoc.info/github/CapnKernul/webbed)## License ##
Webbed is licensed under the MIT License. See `LICENSE` for details.