Class UrlEncodedDataGetter

java.lang.Object
java.io.InputStream
com.renomad.minum.web.UrlEncodedDataGetter
All Implemented Interfaces:
Closeable, AutoCloseable

public class UrlEncodedDataGetter extends InputStream
This class enables pulling key-value pairs one at a time from the Request body. This enables the developer to pull data incrementally, rather than reading it all into memory at once.