caplets/enumerate/events
2024-08-25 04:29:40 -07:00
..
module.cap init: inital commit for complete raw root sources of project codebases 2024-08-25 04:29:40 -07:00
module.js init: inital commit for complete raw root sources of project codebases 2024-08-25 04:29:40 -07:00
README.md init: inital commit for complete raw root sources of project codebases 2024-08-25 04:29:40 -07:00

enumerate.events

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())

screenshot from 2018-07-27 21-48-20