## Client


Usage

``` python
Client(
    url,
    *,
    trailing="",
    **attrs,
)
```


## Methods

| Name | Description |
|----|----|
| [stream()](#stream) | Send request with relative or absolute path and stream response. |

------------------------------------------------------------------------


#### stream()


Send request with relative or absolute path and stream response.


Usage

``` python
stream(method, path, **kwargs)
```
