summaryrefslogtreecommitdiffstats
path: root/doc/classes/HTTPClient.xml
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2023-06-06 11:27:29 +0300
committerDanil Alexeev <danil@alexeev.xyz>2023-06-07 16:34:03 +0300
commitb433020aa6142fe4319deb15ca9a5e8b50752a18 (patch)
tree825e9c084d47a7579d5e76e59fc9ea1ff245ee2f /doc/classes/HTTPClient.xml
parente7d2e49688bdaec65e326e7b2bfcc0642b4f2a8d (diff)
downloadredot-engine-b433020aa6142fe4319deb15ca9a5e8b50752a18.tar.gz
Documentation: Unify deprecations
Diffstat (limited to 'doc/classes/HTTPClient.xml')
-rw-r--r--doc/classes/HTTPClient.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/HTTPClient.xml b/doc/classes/HTTPClient.xml
index e1644f1b21..39cebf773b 100644
--- a/doc/classes/HTTPClient.xml
+++ b/doc/classes/HTTPClient.xml
@@ -321,11 +321,11 @@
<constant name="RESPONSE_NOT_MODIFIED" value="304" enum="ResponseCode">
HTTP status code [code]304 Not Modified[/code]. A conditional GET or HEAD request has been received and would have resulted in a 200 OK response if it were not for the fact that the condition evaluated to [code]false[/code].
</constant>
- <constant name="RESPONSE_USE_PROXY" value="305" enum="ResponseCode">
- HTTP status code [code]305 Use Proxy[/code]. [i]Deprecated. Do not use.[/i]
+ <constant name="RESPONSE_USE_PROXY" value="305" enum="ResponseCode" is_deprecated="true">
+ [i]Deprecated.[/i] HTTP status code [code]305 Use Proxy[/code].
</constant>
- <constant name="RESPONSE_SWITCH_PROXY" value="306" enum="ResponseCode">
- HTTP status code [code]306 Switch Proxy[/code]. [i]Deprecated. Do not use.[/i]
+ <constant name="RESPONSE_SWITCH_PROXY" value="306" enum="ResponseCode" is_deprecated="true">
+ [i]Deprecated.[/i] HTTP status code [code]306 Switch Proxy[/code].
</constant>
<constant name="RESPONSE_TEMPORARY_REDIRECT" value="307" enum="ResponseCode">
HTTP status code [code]307 Temporary Redirect[/code]. The target resource resides temporarily under a different URI and the user agent MUST NOT change the request method if it performs an automatic redirection to that URI.