| 31 | | string; |
| 32 | |
| 33 | export interface BeforeRequest { |
| 34 | head?: Buffer; |
| 35 | req: http.IncomingMessage; |
| 36 | res?: http.ServerResponse; |
| 37 | socket?: stream.Duplex; |
| 38 | } |
| 39 | |
| 40 | export interface AfterResponse { |
| 41 | req: Request; |
nothing calls this directly
no outgoing calls
no test coverage detected