Package net.devslash
Interface FullDataAfterHook
-
- All Implemented Interfaces:
-
net.devslash.AfterHook
public interface FullDataAfterHook implements AfterHook
-
-
Method Summary
Modifier and Type Method Description abstract Unit
accept(HttpRequest req, HttpResponse resp, RequestData<?> data)
-
-
Method Detail
-
accept
abstract Unit accept(HttpRequest req, HttpResponse resp, RequestData<?> data)
-
-
-
-