@manzoomeh/basicore.server
Version:
java script version of Manzoomeh Negaran http web server for nodejs
21 lines (20 loc) • 427 B
JavaScript
export default class ServiceSelectorPredicateItemOptions {
/**@type {string|string[]} */
Methode;
/**@type {string} */
Url;
/**@type {string|string[]} */
Cookie;
/**@type {boolean?} */
MultiPart;
/**@type {string} */
ClientIP;
/**@type {string | string[]} */
Field;
/**@type {string} */
EndPointIP;
/**@type {int | int[]} */
EndPointPort;
/**@type {string} */
Service;
}