Provides ability to query Afilias WHOIS interfaces.
The following WHOIS servers are currently known to require the Afilias adapter:
whois.afilias-grs.info
Executes a WHOIS query to the Afilias WHOIS interface, resolving any intermediate referral, and appends the response to the client buffer.
@param [String] string @return [void]
# File lib/whois/server/adapters/afilias.rb, line 33 def request(string) response = query_the_socket(string, host) buffer_append response, host if endpoint = extract_referral(response) response = query_the_socket(string, endpoint) buffer_append response, endpoint end end
Generated with the Darkfish Rdoc Generator 2.