Enum HTTPClient.Status
enum Status
: int { ... }
Enum members
Name | Description |
---|---|
statusBody
|
StatusHTTP body received. |
statusCantConnect
|
StatusCan't connect to the server. |
statusCantResolve
|
StatusDNS failure: Can't resolve the hostname for the given URL. |
statusConnected
|
StatusConnection established. |
statusConnecting
|
StatusCurrently connecting to server. |
statusConnectionError
|
StatusError in HTTP connection. |
statusDisconnected
|
StatusDisconnected from the server. |
statusRequesting
|
StatusCurrently sending request. |
statusResolving
|
StatusCurrently resolving the hostname for the given URL into an IP. |
statusSslHandshakeError
|
StatusError in SSL handshake. |