# @coolio/http-request-handler

> Http request handler for Coolio

Latest version **0.9.0** (published 2020-02-04) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @coolio/http-request-handler
pnpm add @coolio/http-request-handler
yarn add @coolio/http-request-handler
bun add @coolio/http-request-handler
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.9.0 |
| Published | 2020-02-04 |
| First published | 2020-02-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 742.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 21 |
| Author | Krzysztof Miemiec |
| Maintainers | redscorpio |
| Keywords | http, request-handler, request, handler, coolio |

## Links

- npm: https://www.npmjs.com/package/@coolio/http-request-handler
- Repository: https://github.com/headline-1/coolio
- Homepage: https://github.com/headline-1/coolio/tree/master/packages/http-request-handler#readme
- Issues: https://github.com/headline-1/coolio/issues
- npm.io page: https://npm.io/package/@coolio/http-request-handler

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 0.9.0 (latest) — 2020-02-04

## README

![Coolio](/assets/coolio.svg?sanitize=true)

# Http Request Handler

Http request handler can be used with HttpClient to handle request, using Node.js native http/https modules.

## Quick Start

Add the Http Request Handler package, assuming that you already have `@coolio/http` installed:

```bash
npm install @coolio/http-request-handler
```

```typescript
import { httpRequestHandler } from '@coolio/http-request-handler';

const client = new HttpClient(
 //...
  requestHandler: httpRequestHandler({
    // Any options here
  }),
);
```

---
_Source: https://npm.io/package/@coolio/http-request-handler · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
