amphp / http-server

An advanced async HTTP server library for PHP, perfect for real-time apps and APIs with high concurrency demands.

Home Page:https://amphp.org/http-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: Request POST data?

enumag opened this issue · comments

Looking at the Request and RequestBody API I'm not sure how to get POST parameters and uploaded files from the request. Can you give me some example please?

I see. I can't find it mentioned in the readme or documentation of amphp/http-server at all. I'll try to send a PR to add it there.