You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking in the docs on how can I get the HTTP response status code but couldn't find it. Later found out (joe answered on IRC channel) that the API returns http.IncomingMessage object on response and status code can then simply be retrieved by response.statusCode.
The text was updated successfully, but these errors were encountered:
I was looking in the docs on how can I get the HTTP response status code but couldn't find it. Later found out (joe answered on IRC channel) that the API returns http.IncomingMessage object on response and status code can then simply be retrieved by response.statusCode.
The text was updated successfully, but these errors were encountered: