Class: ServeByteRange::NotModifiedBody
- Defined in:
- lib/serve_byte_range.rb
Instance Method Summary collapse
Methods inherited from EmptyBody
#content_length, #each, #headers
Instance Method Details
#status ⇒ Object
85 86 87 |
# File 'lib/serve_byte_range.rb', line 85 def status 304 end |