# File lib/Borges/Filter/BasicAuthentication.rb, line 9 def handle_request_in(req, session) if @auth_block.call(req.username, req.password) then req else session.return_response(Borges::BasicAuthResponse.new(session.base_path)) end end