BeastHttp
BeastHttp copied to clipboard
Example for processing POST requests
Very cool library; thanks for writing!
One issue: I went through the examples, but did not see any that processed post requests, only gets. Could an example of accepting a post request be added?
(I see that POST requests are supported in the unit tests; working through understanding those now.)