NAME

Net::RDAP::Server::Request - An RDAP request object.

VERSION

version 0.02

DESCRIPTION

Net::RDAP::Server::Request represents an RDAP query. Net::RDAP::Server::Response extends HTTP::Response.

ADDITIONAL METHODS

from_cgi($cgi)

This method constructs a Net::RDAP::Server::Request object from a CGI object (Net::RDAP::Server is based on HTTP::Server::Simple::CGI which uses the CGI API).

cgi()

This returns the CGI object from which this object was constructed.

type()

This returns a string containing the RDAP query type (e.g. domain, ip, etc).

object()

This returns a string containing the requested object. This value is irrelevant for help queries and searches.

AUTHOR

Gavin Brown <gavin.brown@fastmail.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Gavin Brown.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.