mirror of
https://github.com/cesanta/mongoose.git
synced 2025-06-19 01:09:12 +08:00
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.
|