Class HttpResponseMessage() Foundation
Class function of the HttpResponseMessage class.
Superclass
Description
Represents a HTTP response message including headers, the status code and text, as well as the message content.
Properties
:statusCode
Contains the HTTP status code.
:statusText
Contains a status message.
Class Methods
:new()
Creates an instance of the HttpResponseMessage class.
Cookies
:getCookie()
Gets a cookie given its name.
:getCookies()
Gets all cookies.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.