pub async fn info(
domain: &str,
auth_info: Option<&str>,
hosts: Option<InfoHost>,
launch_info: Option<LaunchInfo>,
eurid_data: Option<DomainInfoRequest>,
client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<InfoResponse>, Error>
Expand description
Fetches information about a domain name
Arguments
domain
- The domain in questionclient_sender
- Reference to the tokio channel into the client