diff options
| author | Max Hilbrunner | 2018-04-20 12:04:44 +0200 |
|---|---|---|
| committer | GitHub | 2018-04-20 12:04:44 +0200 |
| commit | 7d6f210ccb5de9ef414f94ad42f9f3dea14c0493 (patch) | |
| tree | c2ebcb35d39aca555a5e5dc91890f9f5ae153c5e /doc/classes | |
| parent | df79cc86a56c2d18b421ceacda3dee6669e6cbd9 (diff) | |
| parent | f05e24ed18575e2f48270025c4c2bb0705c667b5 (diff) | |
| download | godot-7d6f210ccb5de9ef414f94ad42f9f3dea14c0493.tar.gz godot-7d6f210ccb5de9ef414f94ad42f9f3dea14c0493.tar.zst godot-7d6f210ccb5de9ef414f94ad42f9f3dea14c0493.zip | |
Diffstat (limited to 'doc/classes')
| -rw-r--r-- | doc/classes/HTTPRequest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml index 010ef6d9d..ec9f86993 100644 --- a/doc/classes/HTTPRequest.xml +++ b/doc/classes/HTTPRequest.xml @@ -55,6 +55,8 @@ <argument index="4" name="request_data" type="String" default=""""> </argument> <description> + Creates request on the underlying [HTTPClient]. If there is no configuration errors, it tries to connect using [method HTTPClient.connect_to_host] and passes parameters onto [method HTTPClient.request]. + Returns [code]OK[/code] if request is successfully created. (Does not imply that the server has responded), [code]ERR_UNCONFIGURED[/code] if not in the tree, [code]ERR_BUSY[/code] if still processing previous request, [code]ERR_INVALID_PARAMETER[/code] if given string is not a valid URL format, or [code]ERR_CANT_CONNECT[/code] if not using thread and the [HTTPClient] cannot connect to host. </description> </method> </methods> |
