pub async fn fetch_plus(
url: &str,
request: PlusRequest,
) -> Result<PlusReply, ClientError>Expand description
Run a Gopher+ transaction against a gopher:// URL.
A Gopher+ request is the RFC 1436 request with a second TAB and a token:
selector <TAB> search <TAB> token. The search field is present but empty
for a non-search item, which is why the spec’s own examples show two tabs.