class Rack::Directory

def call(env)

def call(env)
  # strip body if this is a HEAD call
  @head.call env
end