type
quic.OnInfoCallback
type OnInfoCallback = (this: QuicStream, headers: NodeJS.Dict<string | string[]>) => void
Called when informational (1xx) headers are received from the server (e.g., 103 Early Hints).
type
Called when informational (1xx) headers are received from the server (e.g., 103 Early Hints).