Enum HttpClient.Status
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum HttpClient.Status : long
Fields
Body = 7
Status: HTTP body received.
CantConnect = 4
Status: Can't connect to the server.
CantResolve = 2
Status: DNS failure: Can't resolve the hostname for the given URL.
Connected = 5
Status: Connection established.
Connecting = 3
Status: Currently connecting to server.
ConnectionError = 8
Status: Error in HTTP connection.
Disconnected = 0
Status: Disconnected from the server.
Requesting = 6
Status: Currently sending request.
Resolving = 1
Status: Currently resolving the hostname for the given URL into an IP.
TlsHandshakeError = 9
Status: Error in TLS handshake.