Class Whois::Server::Adapters::Web
In: lib/whois/server/adapters/web.rb
Parent: Base

Web Adapter

Special adapter intended to be used when you can only access the WHOIS database via an online interface.

This adapter should be considered like a {Whois::Server::Adapters::None} adapter, just a little bit more specific.

Methods

request  

Public Instance methods

Always raises a {Whois::WebInterfaceError} exception including the web address for the WHOIS inteface.

@param [String] string @return [void]

@raise [Whois::WebInterfaceError] For every request.

[Validate]