This release is compatible with amphp/http-server@^3.
- Renamed
BufferingParserandStreamingParsertoFormParserandStreamingFormParser, respectively. - Removed the
parseFormfunction in favor of theForm::fromRequest()static method. - Removed
ParsingMiddleware. UseForm::fromRequest()instead. - Removed
ParseException. Form parsing errors will throw anHttpErrorExceptionfromamphp/http-serverinstead, which do not need to be caught (the server will automatically return an error response).