libmodulor
Version:
A TypeScript library to create platform-agnostic applications
10 lines (9 loc) • 488 B
TypeScript
import type { HTTPMethod } from '../../../dt/index.js';
import type { HTTPHeaderName } from '../../../utils/index.js';
import type { ServerManagerSettings } from './ServerManager.js';
/**
* @see TARGET_DEFAULT_SERVER_CLIENT_MANAGER_SETTINGS
*/
export declare const TARGET_DEFAULT_SERVER_MANAGER_SETTINGS: ServerManagerSettings;
export declare const TARGET_USUAL_SERVER_MANAGER_CORS_HEADERS: HTTPHeaderName[];
export declare const TARGET_USUAL_SERVER_MANAGER_CORS_METHODS: HTTPMethod[];