dns
An opinionated Domain Name System (DNS) library
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = Name_rr_map.t * Name_rr_map.t
The type of an answer: answer and authority section, each represented as Domain_name maps with resource record sets.
val empty : t
empty
is the empty answer.
val is_empty : t -> bool
is_empty t
is true
if t
is empty, false
otherwise.