mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
83764e1daa
Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in.
18 lines
933 B
Plaintext
18 lines
933 B
Plaintext
EPP is the Extensible Provisioning Protocol. EPP (defined in RFC 3730) is
|
|
an application layer client-server protocol for the provisioning and
|
|
management of objects stored in a shared central repository. Specified in
|
|
XML, the protocol defines generic object management operations and an
|
|
extensible framework that maps protocol operations to objects. As of
|
|
writing, its only well-developed application is the provisioning of
|
|
Internet domain names, hosts, and related contact details.
|
|
|
|
RFC 3734 defines a TCP based transport model for EPP, and this module
|
|
implements a client for that model. You can establish and manage EPP
|
|
connections and send and receive responses over this connection.
|
|
|
|
Net::EPP::Client also provides some time-saving features, such as being
|
|
able to provide request and response frames as Net::EPP::Frame objects.
|
|
|
|
WWW: http://search.cpan.org/dist/Net-EPP-Client/
|
|
Author: Gavin Brown <epp@centralnic.com>
|