Class HttpPart

java.lang.Object
org.apache.juneau.httppart.HttpPart
All Implemented Interfaces:
NameValuePair

public class HttpPart extends Object implements NameValuePair
Represents an instance of an HTTP part.

Can be used to represent both request and response parts.

See Also: