diff options
| author | Bojidar Marinov | 2018-01-12 00:38:35 +0200 |
|---|---|---|
| committer | Bojidar Marinov | 2018-01-12 00:58:22 +0200 |
| commit | ad79c703008394a360eb9875196a9414e1c84585 (patch) | |
| tree | 99087c85636f2caf8717e42660017d9beb8a0f1f /doc/classes/HTTPRequest.xml | |
| parent | 9b8e8b2220b4e2bac3310262d3d1cd7a8eb3b0a5 (diff) | |
| download | godot-ad79c703008394a360eb9875196a9414e1c84585.tar.gz godot-ad79c703008394a360eb9875196a9414e1c84585.tar.zst godot-ad79c703008394a360eb9875196a9414e1c84585.zip | |
Update docs
[ci skip]
Diffstat (limited to 'doc/classes/HTTPRequest.xml')
| -rw-r--r-- | doc/classes/HTTPRequest.xml | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml index 985198c76..f8da5297e 100644 --- a/doc/classes/HTTPRequest.xml +++ b/doc/classes/HTTPRequest.xml @@ -26,13 +26,6 @@ Returns the response body length. </description> </method> - <method name="get_download_file" qualifiers="const"> - <return type="String"> - </return> - <description> - Returns the file this request will download into. - </description> - </method> <method name="get_downloaded_bytes" qualifiers="const"> <return type="int"> </return> @@ -63,20 +56,14 @@ <description> </description> </method> - <method name="set_download_file"> - <return type="void"> - </return> - <argument index="0" name="path" type="String"> - </argument> - <description> - Sets the file to download into. Outputs the response body into the file if set. - </description> - </method> </methods> <members> <member name="body_size_limit" type="int" setter="set_body_size_limit" getter="get_body_size_limit"> Maximum allowed size for response bodies. </member> + <member name="download_file" type="String" setter="set_download_file" getter="get_download_file"> + The file to download into. Will output any received file into it. + </member> <member name="max_redirects" type="int" setter="set_max_redirects" getter="get_max_redirects"> Maximum number of allowed redirects. </member> |
