# Connector utils (`@hint/utils-connector-tools`)

Set of tools for connectors

## Installation

To install the package, you need to run:

```bash
npm install @hint/utils-connector-tools
```

## Tools

* `normalize-headers`: Normalize headers setting the header name
  to lowercase.
* `redirects`: Redirects manager to keep track of the redirects.
* `requester`: Do request to a given url using the package request.
* `resolver`: Resolve urls.
