Web Caching
| only for RuBoard - do not distribute or recompile |
F.1 1xx Intermediate Status
- 100 Continue
-
This code informs the client that it should proceed with its request. This is useful when the client is sending a large message body. After sending the headers, the client waits for the 100 response and then sends the message body.
- 101 Switching Protocols
-
This code allows clients and servers to negotiate the use of an alternate transfer protocol or a different version of HTTP.
| only for RuBoard - do not distribute or recompile |