A simple module that lets you enumerate events.
Example:
enumerate.events.regexp GET|POST|HEAD|PUT|DELETE|CONNECT|OPTIONS|TRACE|PATCH|=>|Form:
(this command will print all HTTP events; regexp must be written as in new RegExp())
new RegExp()