Events
Instructor emits events at various points in its lifecycle, which you can listen to and react to. You can use these events to debug execution flow and to inspect data at various stages of processing. For more details see the Events section.HTTP Debugging
Enable HTTP debug middleware while constructing runtime:- request headers, URI, method and body,
- response status, headers, and body.