- _redirectRequest
GodotMethod!(void, String) _redirectRequest;
Undocumented in source.
- _requestDone
GodotMethod!(void, long, long, PoolStringArray, PoolByteArray) _requestDone;
Undocumented in source.
- _timeout
GodotMethod!(void) _timeout;
Undocumented in source.
- cancelRequest
GodotMethod!(void) cancelRequest;
Undocumented in source.
- getBodySize
GodotMethod!(long) getBodySize;
Undocumented in source.
- getBodySizeLimit
GodotMethod!(long) getBodySizeLimit;
Undocumented in source.
- getDownloadChunkSize
GodotMethod!(long) getDownloadChunkSize;
Undocumented in source.
- getDownloadFile
GodotMethod!(String) getDownloadFile;
Undocumented in source.
- getDownloadedBytes
GodotMethod!(long) getDownloadedBytes;
Undocumented in source.
- getHttpClientStatus
GodotMethod!(HTTPClient.Status) getHttpClientStatus;
Undocumented in source.
- getMaxRedirects
GodotMethod!(long) getMaxRedirects;
Undocumented in source.
- getTimeout
GodotMethod!(long) getTimeout;
Undocumented in source.
- isUsingThreads
GodotMethod!(bool) isUsingThreads;
Undocumented in source.
- request
GodotMethod!(GodotError, String, PoolStringArray, bool, long, String) request;
Undocumented in source.
- setBodySizeLimit
GodotMethod!(void, long) setBodySizeLimit;
Undocumented in source.
- setDownloadChunkSize
GodotMethod!(void, long) setDownloadChunkSize;
Undocumented in source.
- setDownloadFile
GodotMethod!(void, String) setDownloadFile;
Undocumented in source.
- setMaxRedirects
GodotMethod!(void, long) setMaxRedirects;
Undocumented in source.
- setTimeout
GodotMethod!(void, long) setTimeout;
Undocumented in source.
- setUseThreads
GodotMethod!(void, bool) setUseThreads;
Undocumented in source.