express icon indicating copy to clipboard operation
express copied to clipboard

Fast, unopinionated, minimalist web framework for node.

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

A few service providers / proxy servers are beginning to use [Forwarded](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Forwarded) header instead of [X-Forwarded-For](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For) and related headers. This includes AWS's HTTP API Gateway. Express does not currently support...

Hi there. I read your project's Code of Conduct and would love to join the triage team. I got inspired after raising this issue: https://github.com/expressjs/express/issues/5449

According to [RFC 2616 (HTTP/1.1 spec)](https://datatracker.ietf.org/doc/html/rfc2616#page-54) a `HEAD` request is supposed to return *exactly* the same entity-headers as a `GET` request but no body, ~~imho responding to such a request...

pr

I am trying to write an insecure HTTP2 web server. However it crashes on any inputs. I need an insecure HTTP2 server. Here's my code: ```typescript import { createServer }...

awaiting more info

I have read and understood the project's Code of Conduct. I also have read and understood the process and best practices around Express triaging. I request for a triager role...

To allow `partitioned` option to be used.

enhancement
needs tests
pr
deps

Hello everyone! I have read and understood the project's Code of Conduct. I also have read and understood the process and best practices around Express triaging. I request for a...

The Partitioned attribute is not set when passing the option to res.cookie(). https://developer.chrome.com/docs/privacy-sandbox/third-party-cookie-phase-out/#partitioned-cookies

### Main Changes I added some basic documentation on how to run the benchmarks ### Changelog - 4286fe1 docs: add documentation for benchmarks by @UlisesGascon

docs
pr