Httpclient library status documention

Where can I find documentation for the httpclient library? More specifically, I need to know the meaning of the status values. I know that 200 means success, but what does -1 mean, for example?

Thanks.

the 200 is a standard http response code, you can google those. as for the -1 means the connection failed or there was no response

if you look at the httpclient.cpp is pretty well commented

1 Like