summaryrefslogtreecommitdiff
path: root/lib/nickserver/request_handler.rb
AgeCommit message (Collapse)Author
2016-06-20seperate generic RequestHandler from EmServerAzul
The request handler takes a responder (the EmServer) and an adapter as initialization arguments. It will then respond to requests by querying the sources using the adapter and calling send_response on the responder.