Class UrlEncodedFormEntity

All Implemented Interfaces:
Cloneable, HttpEntity

public class UrlEncodedFormEntity
extends StringEntity
An entity composed of a list of url-encoded pairs. This is typically useful while sending an HTTP POST request.