This will include the complete response without pretending to be a different type
Will be true if status code is between 400 and 499
The body of the response
Optional errorIf an error occured, this will be the error message
Response headers in lowercase
Optional cache-Optional content-Optional content-Optional date?: stringOptional server?: stringSpecifies if there was an error produced by the client (knorry)
Will be true if status code is between 500 and 599
Represents wether the status code indicates that the request was successful or not. NOTE: This won't always be true if a knorryError occured
Converts a number to a string by using the current or specified locale.
Optional locales: string | string[]A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
Optional options: NumberFormatOptionsAn object that contains one or more properties that specify comparison options.
Converts a number to a string by using the current or specified locale.
Optional locales: LocalesArgumentA locale string, array of locale strings, Intl.Locale object, or array of Intl.Locale objects that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
Optional options: NumberFormatOptionsAn object that contains one or more properties that specify comparison options.
Generated using TypeDoc
Response from a http request. Acts & can be used like a number including the data