Connect constructor

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

Implementation

const Connect([String path = '']) : super('CONNECT', path);