class Capybara::Server::Checker

def http_request(&block)

def http_request(&block)
  Net::HTTP.start(@host, @port, read_timeout: 2, &block)
end