UNPKG

turbocommons-ts

Version:

General purpose library that implements frequently used and generic software development tasks

1 lines 507 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.HTTPManagerBaseRequest=void 0;var HTTPManagerBaseRequest=function(){function e(t,s,a){void 0===s&&(s="STRING"),void 0===a&&(a=0),this.resultFormat=e.STRING,this.ignoreGlobalPostParams=!1,this.successCallback=function(){},this.errorCallback=function(){},this.finallyCallback=function(){},this.url=t,this.resultFormat=s,this.timeout=a}return e.STRING="STRING",e.JSON="JSON",e}();exports.HTTPManagerBaseRequest=HTTPManagerBaseRequest;