BodyParser constructor

BodyParser(
  1. HttpRequest _raw, {
  2. int maxBodySize = defaultMaxBodySize,
})

Implementation

BodyParser(this._raw, {this.maxBodySize = defaultMaxBodySize});