You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`readIncomingResponse()` — reads and buffers a Node.js `IncomingResponse` into an `HttpResponse` (#143)
13
+
- Useful for converting raw responses from code that bypasses `httpRequest()` (e.g. multipart form-data uploads) into the standard `HttpResponse` interface
14
+
-`IncomingResponse` type alias — disambiguates `IncomingMessage` as a client-side response
15
+
-`IncomingRequest` type alias — disambiguates `IncomingMessage` as a server-side request
16
+
17
+
### Changed — http-request
18
+
19
+
- Internal `httpRequestAttempt` callbacks now use `IncomingResponse` type
20
+
-`HttpResponse.rawResponse` type narrowed from `IncomingMessage` to `IncomingResponse`
0 commit comments