## FullClient.options()


Send an OPTIONS request.


Usage


``` python
FullClient.options(path)
```


## Parameters


`path: str`  
Request path.


## Returns


`list`  
Allowed methods.
