Class Puma::Client
In: lib/puma/client.rb
Parent: Object

Methods

Included Modules

Puma::Const

Constants

EmptyBody = NullIO.new   The object used for a request with no body. All requests with no body share this one object since it has no state.

Attributes

body  [R] 
env  [R] 
hijacked  [R] 
io  [R] 
ready  [R] 
timeout_at  [R] 
to_io  [R] 

Public Class methods

Public Instance methods

For the hijack protocol (allows us to just put the Client object into the env)

[Validate]