18#ifndef DETERMINISTICESPASYNCWEBSERVER_MDNS_SERVICE_H
19#define DETERMINISTICESPASYNCWEBSERVER_MDNS_SERVICE_H
User-facing configuration for DeterministicESPAsyncWebServer.
bool detws_mdns_txt(const char *key, const char *value)
Add a TXT key/value record to the advertised _http._tcp service.
bool detws_mdns_add_service(const char *service_type, const char *proto, uint16_t port)
Advertise an additional service, e.g. ("_https", "_tcp", 443).
bool detws_mdns_begin(const char *hostname, uint16_t http_port=80)
Start mDNS responder and advertise an HTTP service.