Class HttpRequest.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class HttpRequest.MethodName : Node.MethodName
- Inheritance
-
HttpRequest.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
CancelRequest
Cached name for the 'cancel_request' method.
public static readonly StringName CancelRequest
Field Value
GetBodySize
Cached name for the 'get_body_size' method.
public static readonly StringName GetBodySize
Field Value
GetBodySizeLimit
Cached name for the 'get_body_size_limit' method.
public static readonly StringName GetBodySizeLimit
Field Value
GetDownloadChunkSize
Cached name for the 'get_download_chunk_size' method.
public static readonly StringName GetDownloadChunkSize
Field Value
GetDownloadFile
Cached name for the 'get_download_file' method.
public static readonly StringName GetDownloadFile
Field Value
GetDownloadedBytes
Cached name for the 'get_downloaded_bytes' method.
public static readonly StringName GetDownloadedBytes
Field Value
GetHttpClientStatus
Cached name for the 'get_http_client_status' method.
public static readonly StringName GetHttpClientStatus
Field Value
GetMaxRedirects
Cached name for the 'get_max_redirects' method.
public static readonly StringName GetMaxRedirects
Field Value
GetTimeout
Cached name for the 'get_timeout' method.
public static readonly StringName GetTimeout
Field Value
IsAcceptingGZip
Cached name for the 'is_accepting_gzip' method.
public static readonly StringName IsAcceptingGZip
Field Value
IsUsingThreads
Cached name for the 'is_using_threads' method.
public static readonly StringName IsUsingThreads
Field Value
Request
Cached name for the 'request' method.
public static readonly StringName Request
Field Value
RequestRaw
Cached name for the 'request_raw' method.
public static readonly StringName RequestRaw
Field Value
SetAcceptGZip
Cached name for the 'set_accept_gzip' method.
public static readonly StringName SetAcceptGZip
Field Value
SetBodySizeLimit
Cached name for the 'set_body_size_limit' method.
public static readonly StringName SetBodySizeLimit
Field Value
SetDownloadChunkSize
Cached name for the 'set_download_chunk_size' method.
public static readonly StringName SetDownloadChunkSize
Field Value
SetDownloadFile
Cached name for the 'set_download_file' method.
public static readonly StringName SetDownloadFile
Field Value
SetHttpProxy
Cached name for the 'set_http_proxy' method.
public static readonly StringName SetHttpProxy
Field Value
SetHttpsProxy
Cached name for the 'set_https_proxy' method.
public static readonly StringName SetHttpsProxy
Field Value
SetMaxRedirects
Cached name for the 'set_max_redirects' method.
public static readonly StringName SetMaxRedirects
Field Value
SetTimeout
Cached name for the 'set_timeout' method.
public static readonly StringName SetTimeout
Field Value
SetTlsOptions
Cached name for the 'set_tls_options' method.
public static readonly StringName SetTlsOptions
Field Value
SetUseThreads
Cached name for the 'set_use_threads' method.
public static readonly StringName SetUseThreads