Skip to content

Commit

Permalink
Merge pull request #116 from rigetticomputing/fix_static_files
Browse files Browse the repository at this point in the history
Clarify documentation on handler functions
  • Loading branch information
hanshuebner committed Jun 9, 2016
2 parents bc0a1b5 + fd19dac commit 476e50a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions doc/index.xml
Expand Up @@ -1106,14 +1106,17 @@
functions accepts the request object as its only argument and
either returns a request handler to handle the request or
<code>NIL</code> which means that the next dispatcher in the
list will be tried. If all dispatch functions return
list will be tried. A <em>request handler</em> is a function
of zero arguments which relies on the special variable
<clix:ref>*REQUEST*</clix:ref> to access the request instance
being serviced. If all dispatch functions return
<code>NIL</code>, the next
<clix:ref>ACCEPTOR-DISPATCH-REQUEST</clix:ref> will be called.
</p>
<p>
All functions and variables in this section are related to the
easy request dispatch mechanism and are meaningless if you're
using your own request dispatcher.
<strong>N.B.</strong> All functions and variables in this
section are related to the easy request dispatch mechanism and
are meaningless if you're using your own request dispatcher.
</p>

<clix:class name='easy-acceptor'>
Expand Down

0 comments on commit 476e50a

Please sign in to comment.