This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 30 lines
!!! Overview [1]
[{$pagename}] is an [HTTP Status Code] indicating that everything so far is OK and that the client should continue with the [HTTP Request] or ignore it if it is already finished.
To have a server check the [HTTP Request Header]s, a client [MUST] send Expect: 100-continue as a header in its initial [HTTP Request] and receive a [{$pagename}] Continue status code in [HTTP Response] before sending the [HTTP Body].
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]
----
* [#1] - [101 Switching Protocols|https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/101|target=_blank]