We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f361519 + e1e6eb3 commit 9c590d7Copy full SHA for 9c590d7
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