express icon indicating copy to clipboard operation
express copied to clipboard

Fast, unopinionated, minimalist web framework for node.

Results 204 express issues
Sort by recently updated
recently updated
newest added

Hello is it possible to define middleware routes after app is started? app file: ``` const express = require('express'); const app = express(); var proxy = require('express-http-proxy'); import { aa...

## Intent - Because `Content-Length` and `Transfer-Encoding` can't be present in the response headers together, `Content-Length` should be added only if there is no `Transfer-Encoding` header.

needs tests
pr

Hi! I've been fighting this for a bit, but I'm trying to gather a list of all of the endpoints in our express applications. I've tried 'express-list-router' and the code...

4.x
question

Currently we have `beta.1`. When will we get stable?

5.x
question

The following PR relates to a simple TypeScript implementation using `[email protected]`. Additionally, example (found in `examples/typescript`) includes a `tsconfig.json` that compiles down to `ES5` JavaScript. A merge request I made...

examples
pr

Copy of the PR for the master version. The goal is to add an example on how to use Express with the Clean Architecture approach

examples
pr

It would be great to be able to override the [`JSON.stringify`](https://github.com/expressjs/express/blob/508936853a6e311099c9985d4c11a4b1b8f6af07/lib/response.js#L1122-L1123) call in `res.json()`, to use `json-bigint` to serialize JSON objects

discuss
enhancement

Hello, I would like to indicate a new native functionality for express in your next updates: native **SNICallback**. Today we do not have native support for such functionality. I myself,...

discuss
enhancement
ideas

Added new getter completeUrl to req object as discussed in #4697 1) should I make any changes? 2) should I try adding any test cases?

enhancement
pr

When communicating with other systems, sometimes we need to send the complete URL. E.g. include the full `http://localhost:30000/foo?a=45` in the response when accessing that URL. `req.originURL` becomes `/foo?a=45`, but the...

discuss
enhancement
ideas