Response

When the client raises a request to the server through an API, the client must know from the feedback, whether request succeeded or failed, or the request was invalid.

The client receives this information from the response message sent by server.

The response message contains appropriate HTTP code (https://tools.ietf.org/html/rfc2616) and parameters in message body, when needed.

Last updated

Was this helpful?