Skip to content

fizx/yawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 |curl_easy_object|
  # optional callback does something with response
end

Copyright © 2009-2010 Kyle Maxwell. MIT Licensed.

About

Send and forget http library for ruby.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages