Method: Monus::Engine::EventMachine#make_http_connection
- Defined in:
- lib/monus/engines/eventmachine.rb
#make_http_connection(host, port) ⇒ Object
9 10 11 12 |
# File 'lib/monus/engines/eventmachine.rb', line 9 def make_http_connection(host, port) load_http EM::HttpRequest.new("http://#{host}:#{port}") end |