This file is indexed.

/usr/share/doc/libghc-cgi-doc/html/mini_Network-CGI.html is in libghc-cgi-doc 3001.1.8.3-3build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Network.CGI</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body id="mini"><div id="module-header"><p class="caption">Network.CGI</p></div><div id="interface"><h1>CGI monad
</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Network-CGI.html#t:MonadCGI" target="main">MonadCGI</a> m</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-CGI.html#t:CGIT" target="main">CGIT</a> m a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-CGI.html#t:CGIResult" target="main">CGIResult</a> </p></div><div class="top"><p class="src"><span class="keyword">type</span> <a href="Network-CGI.html#t:CGI" target="main">CGI</a> a</p></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="Network-CGI.html#t:MonadIO" target="main">MonadIO</a> m</p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:liftIO" target="main">liftIO</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:runCGI" target="main">runCGI</a></p></div><h1>Error handling
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:throwCGI" target="main">throwCGI</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:catchCGI" target="main">catchCGI</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:tryCGI" target="main">tryCGI</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:handleExceptionCGI" target="main">handleExceptionCGI</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:handleErrors" target="main">handleErrors</a></p></div><h1>Logging
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:logCGI" target="main">logCGI</a></p></div><h1>Output
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:output" target="main">output</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:outputFPS" target="main">outputFPS</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:outputNothing" target="main">outputNothing</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:redirect" target="main">redirect</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:setHeader" target="main">setHeader</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:setStatus" target="main">setStatus</a></p></div><h1>Error pages
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:outputError" target="main">outputError</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:outputException" target="main">outputException</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:outputNotFound" target="main">outputNotFound</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:outputMethodNotAllowed" target="main">outputMethodNotAllowed</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:outputInternalServerError" target="main">outputInternalServerError</a></p></div><h1>Input
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:getInput" target="main">getInput</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getInputFPS" target="main">getInputFPS</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:readInput" target="main">readInput</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getBody" target="main">getBody</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getBodyFPS" target="main">getBodyFPS</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getInputs" target="main">getInputs</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getInputsFPS" target="main">getInputsFPS</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getInputNames" target="main">getInputNames</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getMultiInput" target="main">getMultiInput</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getMultiInputFPS" target="main">getMultiInputFPS</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getInputFilename" target="main">getInputFilename</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getInputContentType" target="main">getInputContentType</a></p></div><h1>Environment
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:getVar" target="main">getVar</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getVarWithDefault" target="main">getVarWithDefault</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getVars" target="main">getVars</a></p></div><h1>Request information
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:serverName" target="main">serverName</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:serverPort" target="main">serverPort</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestMethod" target="main">requestMethod</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:pathInfo" target="main">pathInfo</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:pathTranslated" target="main">pathTranslated</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:scriptName" target="main">scriptName</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:queryString" target="main">queryString</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:remoteHost" target="main">remoteHost</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:remoteAddr" target="main">remoteAddr</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:authType" target="main">authType</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:remoteUser" target="main">remoteUser</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestContentType" target="main">requestContentType</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestContentLength" target="main">requestContentLength</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestHeader" target="main">requestHeader</a></p></div><h1>Program and request URI
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:progURI" target="main">progURI</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:queryURI" target="main">queryURI</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestURI" target="main">requestURI</a></p></div><h1>Content negotiation
</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Network-CGI.html#t:Acceptable" target="main">Acceptable</a> a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-CGI.html#t:Accept" target="main">Accept</a> a</p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-CGI.html#t:Charset" target="main">Charset</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-CGI.html#t:ContentEncoding" target="main">ContentEncoding</a> </p></div><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-CGI.html#t:Language" target="main">Language</a> </p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestAccept" target="main">requestAccept</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestAcceptCharset" target="main">requestAcceptCharset</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestAcceptEncoding" target="main">requestAcceptEncoding</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:requestAcceptLanguage" target="main">requestAcceptLanguage</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:negotiate" target="main">negotiate</a></p></div><h1>Content type
</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-CGI.html#t:ContentType" target="main">ContentType</a> </p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:showContentType" target="main">showContentType</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:parseContentType" target="main">parseContentType</a></p></div><h1>Cookies
</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Network-CGI.html#t:Cookie" target="main">Cookie</a> </p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:newCookie" target="main">newCookie</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:getCookie" target="main">getCookie</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:readCookie" target="main">readCookie</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:setCookie" target="main">setCookie</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:deleteCookie" target="main">deleteCookie</a></p></div><h1>URL encoding
</h1><div class="top"><p class="src"><a href="Network-CGI.html#v:formEncode" target="main">formEncode</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:urlEncode" target="main">urlEncode</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:formDecode" target="main">formDecode</a></p></div><div class="top"><p class="src"><a href="Network-CGI.html#v:urlDecode" target="main">urlDecode</a></p></div><h1>Compatibility with the old API
</h1></div></body></html>