status


statusnumber

Sets or gets the HTTP status code of the response.

JavaScript
// In http-functions.js export function use_myFunction(request) { let status = response.status; // 200 }
Did this help?