"LaTeXML::Util::WWW" - auxiliaries for web-scalability of LaTeXML's IO
Contents
Copyright
Public domain software, produced as part of work done by the United States Government & not subject to
copyright in the US.
perl v5.40.1 2025-05-28 LaTeXML::Util::WWW(3pm)
Description
Utilities for enabling general interaction with the World Wide Web in LaTeXML's Input/Output.
Still in development, more functionality is expected at a later stage.
METHODS
"my $response = auth_get($url,$authlist);"
Given an authentication list, attempts a get request on a given URL ($url) and returns the $response.
If no authentication is possible automatically, the routine prompts the user for credentials.
Name
"LaTeXML::Util::WWW" - auxiliaries for web-scalability of LaTeXML's IO
Synopsis
my $response = auth_get($url,$authlist);
