classref: Sync with current master branch (8ff8216)

This commit is contained in:
Godot Organization
2024-02-17 03:19:15 +00:00
parent 3898c7ec8b
commit e24a15753f
106 changed files with 2193 additions and 857 deletions

View File

@@ -451,7 +451,9 @@ HTTP status code ``304 Not Modified``. A conditional GET or HEAD request has bee
:ref:`ResponseCode<enum_HTTPClient_ResponseCode>` **RESPONSE_USE_PROXY** = ``305``
*Deprecated.* HTTP status code ``305 Use Proxy``.
**Deprecated:** This constant may be changed or removed in future versions.
HTTP status code ``305 Use Proxy``.
.. _class_HTTPClient_constant_RESPONSE_SWITCH_PROXY:
@@ -459,7 +461,9 @@ HTTP status code ``304 Not Modified``. A conditional GET or HEAD request has bee
:ref:`ResponseCode<enum_HTTPClient_ResponseCode>` **RESPONSE_SWITCH_PROXY** = ``306``
*Deprecated.* HTTP status code ``306 Switch Proxy``.
**Deprecated:** This constant may be changed or removed in future versions.
HTTP status code ``306 Switch Proxy``.
.. _class_HTTPClient_constant_RESPONSE_TEMPORARY_REDIRECT: