import Link from 'next/link' import Layout from '../components/layout' import Project from '../components/project' import ProjectDetails from '../components/project-details' import projectStyles from '../styles/project.module.css' export default function EppClient() { return ( epp-client Repository epp-client CI epp-client Documentation epp-client MIT License

The Rust EPP Library is a client library for the EPP, or Extensible Provisioning Protocol, that allows transactions with a Domain Registry. It supports most of the common EPP calls like the following:

  • Domain Check
  • Domain Create
  • Domain Info
  • Domain Update
  • Domain Delete
  • Domain Renew
  • Domain Transfer
  • Contact Check
  • Contact Create
  • Contact Info
  • Contact Update
  • Contact Delete
  • Host Check
  • Host Create
  • Host Info
  • Host Update
  • Host Delete
  • Message Poll
  • Message Ack
  • RGP Restore Request
  • RGP Restore Report

Support for more calls and EPP extensions is being added and making the library RFC compliant soon is a significant goal

) }