UNPKG

rjweb-server

Version:

Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS

5 lines (4 loc) 149 B
/** * Parses an Status Code into a full HTTP Status * @since 5.9.5 */ export default function parseStatus(code: number, message?: string): string;