Class: Jets::Server
- Inherits:
-
Object
- Object
- Jets::Server
- Defined in:
- lib/jets/server.rb,
lib/jets/server/api_gateway.rb,
lib/jets/server/route_matcher.rb,
lib/jets/server/lambda_aws_proxy.rb,
lib/jets/server/timing_middleware.rb
Defined Under Namespace
Classes: ApiGateway, LambdaAwsProxy, RouteMatcher, TimingMiddleware
Class Method Summary collapse
-
.call(env) ⇒ Object
Use by Jets::Application Where config.ru in the project leads to.
Class Method Details
.call(env) ⇒ Object
Use by Jets::Application Where config.ru in the project leads to.
13 14 15 |
# File 'lib/jets/server.rb', line 13 def self.call(env) ApiGateway.call(env) end |