Skip to content

Commit

Permalink
show dispatch table.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmpereira committed Mar 13, 2012
1 parent 6bd0f0a commit 60e6195
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hello-world.lisp
Expand Up @@ -2,6 +2,7 @@


(hunchentoot:define-easy-handler (hello-sbcl :uri "/hello-sbcl") (name) (hunchentoot:define-easy-handler (hello-sbcl :uri "/hello-sbcl") (name)
(setf (hunchentoot:content-type*) "text/plain") (setf (hunchentoot:content-type*) "text/plain")
(format nil "~a" hunchentoot:*dispatch-table*)
(format nil "Hey~@[ ~A~]! ~A ~A, Hunchentoot ~A" name (lisp-implementation-type) (lisp-implementation-version) hunchentoot::*hunchentoot-version*)) (format nil "Hey~@[ ~A~]! ~A ~A, Hunchentoot ~A" name (lisp-implementation-type) (lisp-implementation-version) hunchentoot::*hunchentoot-version*))




Expand Down

0 comments on commit 60e6195

Please sign in to comment.