js.http.form.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tiny-container Show documentation
Show all versions of tiny-container Show documentation
Web Tiny Container is a service oriented Servlet extension that allows for reflexive Java methods invocation via HTTP.
/**
* Parser for multipart form. This package deals with forms encoded multipart/form-data
, this
* library recommended way to transport forms. For forms encoded application/x-www-form-urlencoded
see {@link js.http.encoder} package.
*
* @author Iulian Rotaru
* @version draft
*/
package js.http.form;