nic-chen commented on issue #226:
URL:
https://github.com/apache/apisix-java-plugin-runner/issues/226#issuecomment-1418468686
maybe you could try to add the header to `requireVars`, like:
```
public List<String> requiredVars() {
List<String> vars = new ArrayList<>();
vars.add("remote_addr");
vars.add("server_port");
vars.add("http_ startTimestamp");
return vars;
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]