yiisoft / yii-runner-http

Yii HTTP Runner
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Add body parsing in `ServerRequestFactory` #52

Closed vjik closed 1 year ago

vjik commented 1 year ago

Example: https://github.com/httpsoft/http-basis/blob/master/src/Middleware/BodyParamsMiddleware.php#L41

vjik commented 1 year ago

Not need. Use yiisoft/request-body-parser instead of.