Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 637 Bytes

asyncio.rst

File metadata and controls

27 lines (17 loc) · 637 Bytes

asyncio

Warning

| Please make sure you know what you are doing when using async functions! | If you have no asyncio experience please do not use this! The use of blocking calls in async functions will prevent HABApp from working properly!

async http

Async http calls are available through the self.async_http object in rule instances.

Functions

HABApp.rule.interfaces.AsyncHttpConnection

Examples

../conf/rules/async_rule.py