Package org.codehaus.cargo.container.internal.http
-
Interface Summary Interface Description FormContentType Represents the content type and basic content of a form. -
Class Summary Class Description HttpFileRequest HTTP request which puts the content of a file as output.HttpFormRequest HTTP request which posts a form represented as a child ofFormContentType
.HttpRequest HTTP(S) request class.HttpResult Set of common HTTP(S) utility methods.MultipartFormContentType Represents the content type for a multipart form.UrlEncodedFormContentType Represents the content type for an url encoded form.