class Rack::Component
Subclass Rack::Component
to compose functional, declarative responses to HTTP requests. @example Subclass Rack::Component
to compose functional, declarative responses to HTTP requests.
class Greeter < Rack::Component render { "Hi, #{env[:name]" } end
Constants
- VERSION