NanoHttpd / nanohttpd

Tiny, easily embeddable HTTP server in Java.
http://nanohttpd.org
BSD 3-Clause "New" or "Revised" License
6.94k stars 1.69k forks source link

Create friendlier methods for accessing post response data #590

Closed rigorio closed 1 year ago

rigorio commented 3 years ago

I've added org.nanohttpd.protocols.http.IHTTPSession#getPostBody and org.nanohttpd.protocols.http.IHTTPSession#getPostData so users can easily identify how to retrieve the post response.

rigorio commented 3 years ago

Btw, would you mind adding the "hacktoberfest" topic to this repo?