Class: ServeByteRange::NotModifiedBody

Inherits:
EmptyBody
  • Object
show all
Defined in:
lib/serve_byte_range.rb

Instance Method Summary collapse

Methods inherited from EmptyBody

#content_length, #each, #headers

Instance Method Details

#statusObject



85
86
87
# File 'lib/serve_byte_range.rb', line 85

def status
  304
end