# @iota/http-client

Sends commands to [`IRI`](https://github.com/iotaledger/iri) over `HTTP`.
Allows to create a network provider compatible with functions in [`@iota/core`](../core).

## Installation

Install using [npm](https://www.npmjs.org/):
```
npm install @iota/http-client
```

or using [yarn](https://yarnpkg.com/):

```
yarn add @iota/http-client
```

## API Reference

{{#module name="http-client"~}}
    {{>body~}}
        {{>member-index~}}
        {{>members~}}
{{/module~}}