Package xyz.block.ftl.runtime.http
Class HTTPVerbInvoker
-
- All Implemented Interfaces:
-
xyz.block.ftl.runtime.VerbInvoker
public class HTTPVerbInvoker implements VerbInvoker
-
-
Constructor Summary
Constructors Constructor Description HTTPVerbInvoker(boolean base64Encoded, FTLHttpHandler ftlHttpHandler)
-
Method Summary
Modifier and Type Method Description CallResponsehandle(CallRequest in)-
-
Constructor Detail
-
HTTPVerbInvoker
HTTPVerbInvoker(boolean base64Encoded, FTLHttpHandler ftlHttpHandler)
-
-
Method Detail
-
handle
CallResponse handle(CallRequest in)
-
-
-
-