Closed thosakwe closed 5 years ago
This would allow users to write custom plugins to parse request bodies of unofficially-supported content types. If _body != null, throw a StateError().
_body != null
StateError()
This would allow users to write custom plugins to parse request bodies of unofficially-supported content types. If
_body != null
, throw aStateError()
.