constructor(data: RequestLineLike = {}) {
        const { method, protocol, version } = data;
        if (method != null) {
            this.method = method;
        }