class Roda::RodaPlugins::Head::CloseLater
used to ensure proper resource release on HEAD requests we do not respond to a to_path method, here.
Public Class Methods
Public Instance Methods
Source
# File lib/roda/plugins/head.rb, line 52 def close @body.close end
this should be called by the Rack server