Method: Explorer::Server::HTTP#on_connection
- Defined in:
- lib/explorer/server/http.rb
#on_connection(connection) ⇒ Object
12 13 14 15 16 |
# File 'lib/explorer/server/http.rb', line 12 def on_connection(connection) connection.each_request do |request| handle_request(request) end end |