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

This library implements HTTP Problem details (RFC 7807) for HTTP APIs build with Node.js.

Results 7 http-problem-details issues
Sort by recently updated
recently updated
newest added

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `minimatch` from 3.0.4 to 3.1.2 Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d...

dependencies

Working some more with this and related libraries I'm repeatedly thinking whether the `ProblemDocument` really needs to be a class? Wouldn't it be enough to simply define a contract for...

Is it possible to include an export map and entry point to make this library [deno](HTTP://deno.land/) friendly? We could even add it to the [deno registry](https://deno.land/x) that way and make...

This package works great for the server-side, but it would be great if it were usable on the client-side as well by being able to parse an incoming JSON document...

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

Bumps [nanoid](https://github.com/ai/nanoid) to 3.3.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `nanoid` from 3.1.12 to 3.3.3 Changelog Sourced from nanoid's changelog. 3.3.3 Reduced size...

dependencies

Nestjs is famous among nodejs API framework, it would be helpful to have a short section describe how to use this with nestjs. I tried to copy the code provided...