UNPKG

http-service-lib

Version:

Reusable Http Service and implementations

13 lines 839 B
export { HttpGetService } from './services/HttpGetService'; export { HttpPostService } from './services/HttpPostService'; export { HttpPutService } from './services/HttpPutService'; export { HttpDeleteService } from './services/HttpDeleteService'; export { HttpJSONRequest } from './entities/HttpJSONRequest'; export { HttpResponse } from './entities/HttpResponse'; export { HttpRequest } from './entities/HttpRequest'; export { HttpError } from './errors/HttpError'; export { FetchHttpGetService } from './infra/fetch/services/FetchHttpGetService'; export { FetchHttpPostService } from './infra/fetch/services/FetchHttpPostService'; export { FetchHttpPutService } from './infra/fetch/services/FetchHttpPutService'; export { FetchHttpDeleteService } from './infra/fetch/services/FetchHttpDeleteService'; //# sourceMappingURL=index.d.ts.map