status¶
An integer representing the HTTP status returned by the webserver. 1
This value can be used to determine whether the location of the subscription list is still valid, or if it should be updated. For instance, if status == 301
, the subscription list has been “Moved Permanently”, and the new location should be used for future requests.
See also
Footnotes