ServerResponse

Interface represents the response from the server.

Properties

headers String

Gets a response's HTTP headers.

readyState Object

Gets the state the XMLHttpRequest client is in.

statusCode Object

Gets a response's status code as returned by the HTTP server.

statusText String

Gets a string containing the response's status message as returned by the HTTP server.

withCredentials Boolean

Gets a value indicating whether cross-site Access-Control requests should be made using credentials such as cookies, authentication headers or TLS client certificates.