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