export function text(u, opts = {}) {
  return url(u, opts).then(r => r.text())
}