amphp/http-server-form-parser

Remove parseBody?

kelunik opened this issue · 0 comments

parseBody() is just a "shortcut" for the BodyParser constructor. IMO we can just remove that, no? I guess we should remove BodyParser implementing Promise like Message and provide a normal method instead.

@bwoebi @trowski Thoughts?