export function new_headers() {
  return new Headers({'Content-Type': 'text/plain'});
}