Commit b8b4a437 authored by Astrid Kessler's avatar Astrid Kessler
Browse files

new glossary item "hash"


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106774 13f79535-47bb-0310-9956-ffa450edef68
parent 8ae3e3df
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -211,6 +211,12 @@
      See: <a href="handler.html">Apache's Handler Use</a>
   </dd>

   <dt><a name="hash">Hash</a></dt>
   <dd>A mathematical one-way, irreversable algorithm generating a string with
      fixed-length from another string of any length. Different input strings
      will usually produce different hashes (depending on the hash function).
   </dd>

    <dt><a name="header">Header</a></dt>
    <dd>The part of the <glossary ref="http">HTTP</glossary> request and
      response that is sent before the actual content, and that contains