Macaulay2 » Documentation
Packages » Macaulay2Doc :: getWWW
next | previous | forward | backward | up | index | toc

getWWW -- get a web page

Description

Synopsis

  • Usage:
    getWWW URL
  • Inputs:
  • Outputs:
    • the contents of the web page, together with the http headers, at the address given by URL

Synopsis

  • Usage:
    getWWW(URL,TEXT)
  • Inputs:
  • Outputs:
    • obtain the contents of the web page addressed by URL from an http server, using the POST method, provided with TEXT

Accessing a secure web site (whose URL begins with https:) depends on your having installed openssl on your system.

See also

Ways to use getWWW :

For the programmer

The object getWWW is a method function.