module Roda::RodaPlugins::DeleteEmptyHeaders::ResponseMethods

def finish_with_body(_)

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