mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Update many Deprecated/Experimental descriptions for consistency
This commit is contained in:
@@ -322,10 +322,10 @@
|
||||
<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" deprecated="">
|
||||
<constant name="RESPONSE_USE_PROXY" value="305" enum="ResponseCode" deprecated="Many clients ignore this response code for security reasons. It is also deprecated by the HTTP standard.">
|
||||
HTTP status code [code]305 Use Proxy[/code].
|
||||
</constant>
|
||||
<constant name="RESPONSE_SWITCH_PROXY" value="306" enum="ResponseCode" deprecated="">
|
||||
<constant name="RESPONSE_SWITCH_PROXY" value="306" enum="ResponseCode" deprecated="Many clients ignore this response code for security reasons. It is also deprecated by the HTTP standard.">
|
||||
HTTP status code [code]306 Switch Proxy[/code].
|
||||
</constant>
|
||||
<constant name="RESPONSE_TEMPORARY_REDIRECT" value="307" enum="ResponseCode">
|
||||
|
||||
Reference in New Issue
Block a user