Invoked when a body chunk is sent to the server. May be invoked multiple times for chunked requests
(chunk: Buffer)
| 227 | onResponseStarted?(): void; |
| 228 | /** Invoked when a body chunk is sent to the server. May be invoked multiple times for chunked requests */ |
| 229 | onBodySent?(chunk: Buffer): void; |
| 230 | /** Invoked after the request body is fully sent. */ |
| 231 | onRequestSent?(): void; |
| 232 | } |
no outgoing calls
no test coverage detected