Module: Puma::Const::PipeRequest
- Included in:
- Runner
- Defined in:
- lib/puma/const.rb
Overview
All constants are prefixed with ‘PIPE_` to avoid name collisions.
Constant Summary collapse
- PIPE_WAKEUP =
"!"
- PIPE_BOOT =
"b"
- PIPE_FORK =
"f"
- PIPE_EXTERNAL_TERM =
"e"
- PIPE_TERM =
"t"
- PIPE_PING =
"p"
- PIPE_IDLE =
"i"