Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ronag committed Apr 6, 2024
1 parent 30cdcd3 commit d1c5e47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/dispatcher.d.ts
Expand Up @@ -244,6 +244,9 @@ declare namespace Dispatcher {

// New API

/** Invoked when handler is destroyed */
onDestroy?(): void;

/** Invoked after request is starting to be processed */
onRequestStart?(controller: Controller): void;
/** Invoked after headers data is sent */
Expand Down

0 comments on commit d1c5e47

Please sign in to comment.