aiohttp-asyncmdnsresolver¶
This module provides an aiohttp
resolver that supports mDNS, which uses the zeroconf
library
to resolve mDNS queries.
Introduction¶
Usage¶
The API provides the aiohttp_asyncmdnsresolver.api.AsyncMDNSResolver
and
aiohttp_asyncmdnsresolver.api.AsyncDualMDNSResolver
classes that can be
used to resolve mDNS queries and fallback to AsyncResolver
for non-MDNS hosts.
API documentation¶
Open Reference for reading full list of available methods.
Source code¶
The project is hosted on GitHub
Please file an issue on the bug tracker if you have found a bug or have some suggestion in order to improve the library.