116 matches across 2 files for error lang:Markdown
snippet_mode: grep · sorted by relevance
History.md MARKDOWN 114 matches · showing 5 view file →
5* Improve HTML structure in `res.redirect()` responses when HTML format is accepted by adding `<!DOCTYPE html>`, `<title>`, and `<body>` tags for better browser compatibility - by [@Bernice55231](https://github.com/Bernice55231) in [#5167](https://github.com/expressjs/express/pull/5167)
6
7* When calling `app.render` with options set to null, the locals object is handled correctly, preventing unexpected errors and making the method behave the same as when options is omitted or an empty object is passed - by [AkaHarshit](https://github.com/AkaHarshit) in [#6903](https://github.com/expressjs/express/pull/6903)
8
9 ```js
· · ·
62* breaking:
63 * `res.status()` accepts only integers, and input must be greater than 99 and less than 1000
64 * will throw a `RangeError: Invalid status code: ${code}. Status code must be greater than 99 and less than 1000.` for inputs outside this range
65 * will throw a `TypeError: Invalid status code: ${code}. Status code must be an integer.` for non integer inputs
66 * deps: send@1.0.0
· · ·
65 * will throw a `TypeError: Invalid status code: ${code}. Status code must be an integer.` for non integer inputs
66 * deps: send@1.0.0
67 * `res.redirect('back')` and `res.location('back')` is no longer a supported magic string, explicitly use `req.get('Referrer') || '/'`.
· · ·
188
189 * remove:
190 - Remove Express 3.x middleware error stubs
191 * deps: router@~1.3.0
192 - Add `next("router")` to exit from router
· · ·
292 * Fix routing requests without method
293 * deps: body-parser@1.20.2
294 - Fix strict json error message on Node.js 19+
295 - deps: content-type@~1.0.5
296 - deps: raw-body@2.5.2
+ 109 more matches in this file
examples/README.md MARKDOWN 2 matches view file →
9- [downloads](./downloads) - Transferring files to client
10- [ejs](./ejs) - Working with Embedded JavaScript templating (ejs)
11- [error-pages](./error-pages) - Creating error pages
12- [error](./error) - Working with error middleware
13- [hello-world](./hello-world) - Simple request handler
· · ·
12- [error](./error) - Working with error middleware
13- [hello-world](./hello-world) - Simple request handler
14- [markdown](./markdown) - Markdown as template engine
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.