Sha256: c050988c1e621814c9e59313687cabe660348d8afeb08c37d9513ba8be166021
Contents?: true
Size: 508 Bytes
Versions: 1
Compression:
Stored size: 508 Bytes
Contents
= yawn Yawn is asynchronous HTTP. It's suitable for sending requests that you don't want to block your application with. I'm using it to send error notifications and logging information. I just want to send requests without worrying about my app dying if the other side goes down. y = Yawn.new y.get "http://google.com" y.post("http://example.com", "some data") do |response| # optional callback does something with response end == Copyright Copyright (c) 2009 Kyle Maxwell. MIT Licensed.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yawn-1.1.0 | README.rdoc |