module Roda::RodaPlugins::DeleteEmptyHeaders::ResponseMethods

def finish

Delete any empty headers when calling finish
def finish
  delete_empty_headers(super)
end