HttpMethod constructor
const
HttpMethod({})
Implementation
const HttpMethod(
{this.path = '',
this.methods = _methods,
this.pathRegEx,
this.statusCode,
this.mimeType,
this.charset,
this.responseProcessor});