mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-11 02:29:18 +00:00
5 lines
170 B
Text
5 lines
170 B
Text
endpoint LookupServer [magic=9001]
|
|
{
|
|
lookup_name(String name) => (int code, Vector<String> addresses)
|
|
lookup_address(String address) => (int code, String name)
|
|
}
|