RubyFlow The Ruby and Rails community linklog

Fire and Forget HTTP client

I just released something most of you probably won’t need: A Ruby HTTP client that fires requests but doesn’t wait for responses. You could think of it as HTTP over UDP but with the first connection being verified. Basically, the client opens a TCP connection, sends its payload, and disconnects – letting the server just “deal with it”.

I also added a way a way to check on the response if you want to debug, delays can also be added… see the readme

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in