Class Shotgun::Loader
In: lib/shotgun/loader.rb
Parent: Object

Rack app that forks, loads the rackup config in the child process, processes a single request, and exits. The response is communicated over a unidirectional pipe.

Methods

Included Modules

Rack::Utils

Classes and Modules

Class Shotgun::Loader::Body

Attributes

rackup_file  [R] 

Public Class methods

Public Instance methods

Stuff that happens in the child process

Stuff that happens in the parent process

[Validate]