Package xyz.block.ftl
Annotation HttpIngress
-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.FUNCTION}) public @interface HttpIngress
A Verb marked as HttpIngress is used to handle raw HTTP requests.
The request and response must be ftl.builtin.HttpRequest and ftl.builtin.HttpResponse respectively.