Intermediate Module

Control-flow functions, such as 100 Continue and 101 Switching Protocol.

Functions and values

Function or value Description

CONTINUE

Full Usage: CONTINUE

Returns: WebPart

100

The purpose of the 100 (Continue) status is to allow a client that is sending a request message with a request body to determine if the origin server is willing to accept the request (based on the request headers) before the client sends the request body

Returns: WebPart

SWITCHING_PROTO

Full Usage: SWITCHING_PROTO

Returns: WebPart

101

The server will switch protocols to those defined by the response's Upgrade header field immediately after the empty line which terminates the 101 response.

Returns: WebPart