Method: Thin::Request#content_length
- Defined in:
- lib/thin/request.rb
#content_length ⇒ Object
Expected size of the body
104 105 106 |
# File 'lib/thin/request.rb', line 104 def content_length @env[CONTENT_LENGTH].to_i end |
Expected size of the body
104 105 106 |
# File 'lib/thin/request.rb', line 104 def content_length @env[CONTENT_LENGTH].to_i end |