Releases: Fingertips/nap
Releases · Fingertips/nap
Finally free
SMTM
Exception groups
- Added various exception constants which allow you to rescue a group of exceptions at once.
See the README for a quick introduction to these exceptions.
v0.7.0
- Added support for advanced configuration of the Net::HTTP object through a block.
- Verified support for Ruby 2.1.
- Stop throwing exceptions when trying to request a URI without a path (e.g. http://example.com).
Patch support
- Added support for PATCH requests (thanks to Eloy Duran)