mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-22 22:25:01 -04:00
initial commit
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { IncomingMessage, ServerResponse } from "http";
|
||||
export interface XDnsPrefetchControlOptions {
|
||||
allow?: boolean;
|
||||
}
|
||||
declare function xDnsPrefetchControl(options?: Readonly<XDnsPrefetchControlOptions>): (_req: IncomingMessage, res: ServerResponse, next: () => void) => void;
|
||||
export default xDnsPrefetchControl;
|
||||
Reference in New Issue
Block a user