Initial release for SPT 3.9
This commit is contained in:
8
types/utils/HttpFileUtil.d.ts
vendored
Normal file
8
types/utils/HttpFileUtil.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference types="node" />
|
||||
import { ServerResponse } from "node:http";
|
||||
import { HttpServerHelper } from "@spt/helpers/HttpServerHelper";
|
||||
export declare class HttpFileUtil {
|
||||
protected httpServerHelper: HttpServerHelper;
|
||||
constructor(httpServerHelper: HttpServerHelper);
|
||||
sendFile(resp: ServerResponse, filePath: string): void;
|
||||
}
|
||||
Reference in New Issue
Block a user