express-http-problem-details icon indicating copy to clipboard operation
express-http-problem-details copied to clipboard

Express middleware to create HTTP Problem Details (RFC7807) by convention

Results 3 express-http-problem-details issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

There are cases where I would like to set additional headers on a problem details response. For example: - After authentication failure, we should set the `WWW-Authenticate` header (https://datatracker.ietf.org/doc/html/rfc6750#section-3) -...

Requires https://github.com/PDMLab/http-problem-details-mapper/issues/3