added doga
This commit is contained in:
9
25_02_24/node_modules/@tinyhttp/vary/dist/index.d.ts
generated
vendored
Normal file
9
25_02_24/node_modules/@tinyhttp/vary/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ServerResponse } from 'node:http';
|
||||
|
||||
declare function append(header: string, field: string | string[]): string;
|
||||
/**
|
||||
* Mark that a request is varied on a header field.
|
||||
*/
|
||||
declare function vary(res: ServerResponse, field: string | string[]): void;
|
||||
|
||||
export { append, vary };
|
||||
Reference in New Issue
Block a user