This file is indexed.

/usr/share/doc/libghc-happstack-server-doc/html/Happstack-Server-Internal-TimeoutIO.html is in libghc-happstack-server-doc 7.4.6.4-1build4.

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
<!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>Happstack.Server.Internal.TimeoutIO</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Happstack-Server-Internal-TimeoutIO.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Happstack-Server-Internal-TimeoutIO.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">happstack-server-7.4.6.4: Web related tools and services.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Happstack.Server.Internal.TimeoutIO</p></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span> <a href="#t:TimeoutIO">TimeoutIO</a> = <a href="#v:TimeoutIO">TimeoutIO</a> {<ul class="subs"><li><a href="#v:toHandle">toHandle</a> :: <a href="Happstack-Server-Internal-TimeoutManager.html#t:Handle">Handle</a></li><li><a href="#v:toPutLazy">toPutLazy</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.8.1/Data-ByteString-Lazy.html#t:ByteString">ByteString</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> ()</li><li><a href="#v:toPut">toPut</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.8.1/Data-ByteString.html#t:ByteString">ByteString</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> ()</li><li><a href="#v:toGetContents">toGetContents</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.8.1/Data-ByteString-Lazy.html#t:ByteString">ByteString</a></li><li><a href="#v:toSendFile">toSendFile</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:FilePath">FilePath</a> -&gt; <a href="file:///usr/share/doc/libghc-sendfile-doc/html/Network-Socket-SendFile.html#t:Offset">Offset</a> -&gt; <a href="file:///usr/share/doc/libghc-sendfile-doc/html/Network-Socket-SendFile.html#t:ByteCount">ByteCount</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> ()</li><li><a href="#v:toShutdown">toShutdown</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> ()</li><li><a href="#v:toSecure">toSecure</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></li></ul>}</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:TimeoutIO" class="def">TimeoutIO</a> <a href="src/Happstack-Server-Internal-TimeoutIO.html#TimeoutIO" class="link">Source</a> <a href="#t:TimeoutIO" class="selflink">#</a></p><div class="doc"><p>TimeoutIO is a record which abstracts out all the network IO
 functions needed by the request handling loop. This allows use to
 use the same event loop for handle both http:/<em> and https:</em>/.</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:TimeoutIO" class="def">TimeoutIO</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:toHandle" class="def">toHandle</a> :: <a href="Happstack-Server-Internal-TimeoutManager.html#t:Handle">Handle</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:toPutLazy" class="def">toPutLazy</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.8.1/Data-ByteString-Lazy.html#t:ByteString">ByteString</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> ()</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:toPut" class="def">toPut</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.8.1/Data-ByteString.html#t:ByteString">ByteString</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> ()</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:toGetContents" class="def">toGetContents</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.8.1/Data-ByteString-Lazy.html#t:ByteString">ByteString</a></dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:toSendFile" class="def">toSendFile</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:FilePath">FilePath</a> -&gt; <a href="file:///usr/share/doc/libghc-sendfile-doc/html/Network-Socket-SendFile.html#t:Offset">Offset</a> -&gt; <a href="file:///usr/share/doc/libghc-sendfile-doc/html/Network-Socket-SendFile.html#t:ByteCount">ByteCount</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> ()</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:toShutdown" class="def">toShutdown</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/System-IO.html#t:IO">IO</a> ()</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:toSecure" class="def">toSecure</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Bool.html#t:Bool">Bool</a></dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.3</p></div></body></html>