In some cases you may want certain handlers hidden from public access. To make a handler private, simply add an underscore as the name prefix and it will not be served via a URL request.
For example, if you were to have a handler like this:
command _utility -- some code end _utility
Trying to access it via the URL, like this, will not work:
example.com/index.lc/blog/_utility/