HTTPResponse
Noir.Classes.HTTPResponseClass: NoirClass
Represents a response to a HTTP request.
Initializes HTTP response class objects.
Parameters
response
: string
Attempts to JSON decode the response. This will error if the response cannot be JSON decoded.
Returns
any
Returns whether or not the response is ok.
Returns
boolean
Last updated