HTTPClient.GDNativeClassBinding

Undocumented in source.
struct HTTPClient
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

close
GodotMethod!(void) close;
Undocumented in source.
connectToHost
GodotMethod!(GodotError, String, long, bool, bool) connectToHost;
Undocumented in source.
getConnection
GodotMethod!(StreamPeer) getConnection;
Undocumented in source.
getReadChunkSize
GodotMethod!(long) getReadChunkSize;
Undocumented in source.
getResponseBodyLength
GodotMethod!(long) getResponseBodyLength;
Undocumented in source.
getResponseCode
GodotMethod!(long) getResponseCode;
Undocumented in source.
getResponseHeaders
GodotMethod!(PoolStringArray) getResponseHeaders;
Undocumented in source.
getResponseHeadersAsDictionary
GodotMethod!(Dictionary) getResponseHeadersAsDictionary;
Undocumented in source.
getStatus
GodotMethod!(HTTPClient.Status) getStatus;
Undocumented in source.
hasResponse
GodotMethod!(bool) hasResponse;
Undocumented in source.
isBlockingModeEnabled
GodotMethod!(bool) isBlockingModeEnabled;
Undocumented in source.
isResponseChunked
GodotMethod!(bool) isResponseChunked;
Undocumented in source.
poll
GodotMethod!(GodotError) poll;
Undocumented in source.
queryStringFromDict
GodotMethod!(String, Dictionary) queryStringFromDict;
Undocumented in source.
readResponseBodyChunk
GodotMethod!(PoolByteArray) readResponseBodyChunk;
Undocumented in source.
request
GodotMethod!(GodotError, long, String, PoolStringArray, String) request;
Undocumented in source.
requestRaw
GodotMethod!(GodotError, long, String, PoolStringArray, PoolByteArray) requestRaw;
Undocumented in source.
setBlockingMode
GodotMethod!(void, bool) setBlockingMode;
Undocumented in source.
setConnection
GodotMethod!(void, StreamPeer) setConnection;
Undocumented in source.
setReadChunkSize
GodotMethod!(void, long) setReadChunkSize;
Undocumented in source.

Meta