Skip to main content
Module

x/status/mod.ts>SWITCHING_PROTOCOLS

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
variable SWITCHING_PROTOCOLS
import { SWITCHING_PROTOCOLS } from "https://deno.land/x/status@0.1.0/mod.ts";

Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.2.2

This code is sent in response to an Upgrade request header by the client, and indicates the protocol the server is switching too.

type

101