## FullClient.head()


Send a HEAD request.


Usage


``` python
FullClient.head(path)
```


## Parameters


`path: str`  
Request path.


## Returns


`dict`  
Response headers.
