We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab0441 commit b9fe896Copy full SHA for b9fe896
1 file changed
docs/HTTPGatewayFunctions.md
@@ -23,7 +23,7 @@ import com.fnproject.fn.api.httpgateway.HTTPGatewayContext;
23
24
public class RedirectFunction {
25
26
- public redirect(HTTPGatewayContext hctx) {
+ public void redirect(HTTPGatewayContext hctx) {
27
System.err.println("Request URL is:" + hctx.getRequestURL());
28
System.err.println("Trace ID" + hctx.getHeaders().get("My-Trace-ID").orElse("N/A"));
29
0 commit comments