Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method HTTPResponse.prototype.status
import { HTTPResponse } from "https://deno.land/x/pptr@1.2.0/src/HTTPResponse.ts";

Returns

number

The status code of the response (e.g., 200 for a success).