hexchain
hexchain
Adds a `status` field to the `response` returned by `evaluateRequest`, making it a complete `HttpResponse` object. Additionally, a `status()` API is added to the `CachePolicy` class to expose the status...
In one of my project where I get to implement a cache, I store the response body (content) and the policy (via `.toObject()`) together. When assembling a response from cache,...
Would it be possible to tag and release version 4.2.0? I'd really like to use the new `evaluateRequest` API in a project.
**systemd version the issue has been seen with** > v246 and master **Used distribution** > Arch Linux **Expected behaviour you didn't see** > Both A records (after following CNAME) and...
- [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. (Compile and run.) -...
It seems that if a `pino` logger with asynchronous transport is initialized in each threads created, each transport will create a separate thread. My understanding is that this is a...
## Bug Description If the dispatcher contains an interceptor, even a dummy one, the `Set-Cookie` headers will be concatenated together. ## Reproducible By ```js const http = require('node:http') const {Agent}...
## This relates to... #4389 ## Changes In `httpNetworkFetch->dispatch->onHeaders`, append multi-value header values one by one and let `HeadersList` handle concatenation. ### Features N/A ### Bug Fixes #4389 ### Breaking...