module Roda::RodaPlugins::DeleteEmptyHeaders::ResponseMethods

def finish_with_body(_)

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