@manzoomeh/basicore.server
Version:
java script version of Manzoomeh Negaran http web server for nodejs
20 lines (18 loc) • 466 B
JavaScript
import MultipartOptions from "./MultipartOptions.js";
//const HostEndPointType = "http" | "webSocket";
export default class HostServiceOptions {
/**@type {"Sql"|"Edge"|"File"} */
Type;
/**@type {number} */
ReadBodyTimeOut;
/**@type {number} */
ProcessTimeOut;
/**@type {number} */
MaxBodySize;
/**@type {number} */
MaxMultiPartSize;
/**@type {MultipartOptions} */
Multipart;
/**@type {NodeJS.Dict<any>} */
Settings;
}