Package org.apache.juneau.rest.httppart
package org.apache.juneau.rest.httppart
REST HTTP Parts
-
ClassDescriptionImplementation of a named object.A simple named object.A list of
NamedAttribute
objects.Represents a single request attribute on an HTTP request.Represents the attributes in an HTTP request.Contains the content of the HTTP request.Represents a single form-data parameter on an HTTP request.Represents the parsed form-data parameters in an HTTP request.Represents a single header on an HTTP request.Represents the headers in an HTTP request.Represents a single HTTP part on an HTTP request.Represents a single path parameter on an HTTP request.Represents the path parameters in an HTTP request.Represents a single query parameter on an HTTP request.Represents the query parameters in an HTTP request.Represents the information needed to serialize a response part such as a response header or content.Represents the possible parameter types as defined by the Swagger 2.0 specification.