{"code":"import { CoreHttpServiceClient } from \"mongodb-stitch-core-services-http\";\r\nimport HttpServiceClientImpl from \"./internal/HttpServiceClientImpl\";\r\nexport var HttpServiceClient;\r\n(function (HttpServiceClient) {\r\n    HttpServiceClient.factory = new (function () {\r\n        function class_1() {\r\n        }\r\n        class_1.prototype.getNamedClient = function (service, client) {\r\n            return new HttpServiceClientImpl(new CoreHttpServiceClient(service));\r\n        };\r\n        return class_1;\r\n    }())();\r\n})(HttpServiceClient || (HttpServiceClient = {}));\r\n//# sourceMappingURL=HttpServiceClient.js.map","map":"{\"version\":3,\"file\":\"HttpServiceClient.js\",\"sourceRoot\":\"\",\"sources\":[\"../../src/HttpServiceClient.ts\"],\"names\":[],\"mappings\":\"AAqBA,OAAO,EACL,qBAAqB,EAGtB,MAAM,mCAAmC,CAAC;AAC3C,OAAO,qBAAqB,MAAM,kCAAkC,CAAC;AAerE,MAAM,KAAW,iBAAiB,CAUjC;AAVD,WAAiB,iBAAiB;IACnB,yBAAO,GAAiD;QAAI;QAQzE,CAAC;QANQ,gCAAc,GAArB,UACE,OAAgC,EAChC,MAA2B;YAE3B,OAAO,IAAI,qBAAqB,CAAC,IAAI,qBAAqB,CAAC,OAAO,CAAC,CAAC,CAAC;QACvE,CAAC;QACH,cAAC;IAAD,CAAC,AARwE,KAQtE,CAAC;AACN,CAAC,EAVgB,iBAAiB,KAAjB,iBAAiB,QAUjC\"}","dts":{"name":"/Users/eric/stitch/stitch-js-sdk/packages/browser/services/http/.rpt2_cache/placeholder/HttpServiceClient.d.ts","text":"import { NamedServiceClientFactory } from \"mongodb-stitch-browser-core\";\r\nimport { HttpRequest, HttpResponse } from \"mongodb-stitch-core-services-http\";\r\nexport interface HttpServiceClient {\r\n    execute(request: HttpRequest): Promise<HttpResponse>;\r\n}\r\nexport declare namespace HttpServiceClient {\r\n    const factory: NamedServiceClientFactory<HttpServiceClient>;\r\n}\r\n"}}
