Can my plugin detect if a status has been started already?
I’m working on a plugin that should normally be called when errors happened, but I want to no-op if the response has already happened.
Can my plugin detect if a status has been started already?
I’m working on a plugin that should normally be called when errors happened, but I want to no-op if the response has already happened.
You’re looking for the ResponseRecorder type