protocols top-level constant

List<String> const protocols

common protocols.

Implementation

const List<String> protocols = [
  'http',
  'https',
  'ftp',
  'gopher',
  'mailto',
  'mid',
  'cid',
  'news',
  'nntp',
  'prospero',
  'telnet',
  'rlogin',
  'tn3270',
  'wais'
];