Skip to main content
Module

x/status/mod.ts>MOVED_TEMPORARILY

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

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

This response code means that URI of requested resource has been changed temporarily. New changes in the URI might be made in the future. Therefore, this same URI should be used by the client in future requests.

type

302