Module: Puma::Const::PipeRequest
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/puma/const.rb |
Overview
All constants are prefixed with PIPE_
to avoid name collisions.
Constant Summary
-
PIPE_BOOT =
# File 'lib/puma/const.rb', line 300"b"
-
PIPE_EXTERNAL_TERM =
# File 'lib/puma/const.rb', line 302"e"
-
PIPE_FORK =
# File 'lib/puma/const.rb', line 301"f"
-
PIPE_IDLE =
# File 'lib/puma/const.rb', line 305"i"
-
PIPE_PING =
# File 'lib/puma/const.rb', line 304"p"
-
PIPE_TERM =
# File 'lib/puma/const.rb', line 303"t"
-
PIPE_WAKEUP =
# File 'lib/puma/const.rb', line 299"!"