This event is fired when request should be executed.
For HTTP requests, this event means that request may be passed to filter chain.
5859606162636465666768
ResponsePayload responsePayload) throws IOException { requestProcessingStarted.fire(new RequestProcessingStarted()); try { executeWarp.fire(new ExecuteWarp()); } catch (Throwable e) { testResult.fire(new TestResult(Status.FAILED, e)); }