> ## Documentation Index
> Fetch the complete documentation index at: https://docs.erna.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# HttpSolverClient

Generic HTTP client for the solver service.

## Implements

* [`SolverClient`](./SolverClient)

## Constructors

### `new HttpSolverClient(fetcher, baseUrl?)`

* `fetcher`: [`FetcherLike`](./FetcherLike)
* `baseUrl?`: `string = "http://localhost:8080"`

**Returns:** `HttpSolverClient`

## Methods

### `health()`

**Returns:** `Promise<void>`

### `solve(request, options?)`

* `request`: `object`
* `options?`: `object`

**Returns:** `Promise<...>`
