Is there a function that will check if an http request was successful or not? Maybe something similar to c# respose.IsSuccessStatusCode? %Status still returns success even if the response status code equals say 404.
Ex.
s http.Server="example.com"
s tsc = http.Get()
i http.HttpResponse.StatusCode <== this is where i would like to check the status without having to write a custom function

.png)

.png)