godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
HTTPClient.getStatus
godot
httpclient
HTTPClient
Returns a
status
constant. Need to call
poll
in order to get status updates.
struct
HTTPClient
@
nogc
nothrow const
HTTPClient.Status
getStatus
(
)
Meta
Source
See Implementation
godot
httpclient
HTTPClient
aliases
BaseClasses
enums
Constants
Method
ResponseCode
Status
functions
close
connectToHost
getConnection
getReadChunkSize
getResponseBodyLength
getResponseCode
getResponseHeaders
getResponseHeadersAsDictionary
getStatus
hasResponse
isBlockingModeEnabled
isResponseChunked
opAssign
opEquals
poll
queryStringFromDict
readResponseBodyChunk
request
requestRaw
setBlockingMode
setConnection
setReadChunkSize
toHash
properties
blockingModeEnabled
connection
readChunkSize
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns a status constant. Need to call poll in order to get status updates.