Head constructor

const Head([
  1. String path = ''
])

Implementation

const Head([String path = '']) : super('HEAD', path);