mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-09 12:57:48 +08:00
e81f8373a2
PUBLISHED_FROM=cfd0018a5824c5ccac532558be86c17cda64ce50
8 lines
210 B
Markdown
8 lines
210 B
Markdown
---
|
|
title: DNS client example
|
|
---
|
|
|
|
See https://github.com/cesanta/mongoose/blob/master/mongoose.c and search
|
|
for the `mg_resolve_async_eh()` function - that is the core of
|
|
built-in Mongoose async DNS resolver.
|