BodyParser constructor
BodyParser(
- HttpRequest _raw, {
- int maxBodySize = defaultMaxBodySize,
Implementation
BodyParser(this._raw, {this.maxBodySize = defaultMaxBodySize});