All Implemented Interfaces:
HttpMessage, HttpResponse

Represents an HTTP 200 OK response.

Standard response for successful HTTP requests. The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource. In a POST request, the response will contain an entity describing or containing the result of the action.

See Also: