-
Updated
Oct 23, 2020 - JavaScript
expressjs

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
Here are 15,102 public repositories matching this topic...
-
Updated
Oct 19, 2020 - Go
-
Updated
Oct 26, 2020 - Go
-
Updated
Sep 29, 2020 - TypeScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Aug 8, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Oct 23, 2020 - HTML
-
Updated
Aug 5, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 24, 2020 - JavaScript
-
Updated
May 29, 2020 - JavaScript
-
Updated
Sep 12, 2020 - TypeScript
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Sep 14, 2020 - TypeScript
-
Updated
Jul 20, 2020 - JavaScript
-
Updated
Oct 25, 2020 - TypeScript
-
Updated
Oct 10, 2020 - Vue
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 14, 2020 - JavaScript
Created by TJ Holowaychuk
Released November 16, 2010
- Organization
- expressjs
- Website
- expressjs.com
- Wikipedia
- Wikipedia
If not for some particular exceptions, the status code returned from our WebAPI on error is always 500, regardless of the kind of error.
If an object already exists, for example, it should be returned as
409
. If the object does not pass the schema validation, it should be a415
.Go through the whole WebAPI and verify that the status codes are being returned correctly.
Hint:
Error
cl