httpHeaders s
This function is experimental, and is intended to support the development of web servers.
i1 : httpHeaders "hi there" o1 = HTTP/1.1 200 OK Server: Macaulay2/1.25.05 Connection: close Content-Length: 8 Content-type: text/html; charset=utf-8 hi there
The source of this document is in Macaulay2Doc/ov_system.m2:1710:0.