head method
Creates a HEAD route builder for the given path(s).
Implementation
ChaseBuilder head([Object path = '/']) =>
ChaseBuilder._(this, 'HEAD', _normalizePaths(_prefix, path));
Creates a HEAD route builder for the given path(s).
ChaseBuilder head([Object path = '/']) =>
ChaseBuilder._(this, 'HEAD', _normalizePaths(_prefix, path));