<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@workgrid/client](./client.md) &gt; [HttpClient](./client.httpclient.md)

## HttpClient class

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
> 


<b>Signature:</b>

```typescript
declare class WorkgridHTTP 
```

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)({ context })](./client.httpclient._constructor_.md) |  | <b><i>(BETA)</i></b> Constructs a new instance of the <code>WorkgridHTTP</code> class |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [delete(url, config)](./client.httpclient.delete.md) |  | <b><i>(BETA)</i></b> Make an http delete request |
|  [get(url, config)](./client.httpclient.get.md) |  | <b><i>(BETA)</i></b> Make an http get request |
|  [post(url, data, config)](./client.httpclient.post.md) |  | <b><i>(BETA)</i></b> Make an http post request |
|  [put(url, data, config)](./client.httpclient.put.md) |  | <b><i>(BETA)</i></b> Make an http put request |

