Module: Rambo

Defined in:
lib/rambo/env.rb,
lib/rambo.rb,
lib/rambo/server.rb,
lib/rambo/request.rb,
lib/rambo/response.rb,
lib/rambo/controller.rb,
lib/rambo/application_context.rb,
lib/rambo/application_request.rb

Overview

Server simply routes the request to the correct controller/action and returns the result

Defined Under Namespace

Classes: ApplicationContext, ApplicationRequest, Controller, Env, Request, Response, Server