module Flon
The main module.
Constants
- Response
Represents a response, with a status, body, and headers.
@!attribute [r] status
@return [Integer] the status to use when responding
@!attribute [r] body
@return [#to_json] the object to respond with that shall be #to_json'd
@!attribute [r] headers
@return [Hash{String => #to_s}] the headers hash; each value will be converted with a String with #to_s
- VERSION
Flon's version.