스크립트 기능 추가

This commit is contained in:
yunjy
2022-08-19 10:37:36 +09:00
parent f5fb0e39ee
commit 83568bd9d5
15 changed files with 790 additions and 2 deletions
@@ -0,0 +1,6 @@
package com.eactive.httpmockserver.script;
public interface Script {
public String postProcess(String requestMessage, String responseMessage) throws Exception;
}