in src/main/java/com/googlesource/gerrit/plugins/webhooks/processors/GerritEventProcessor.java [41:45]
public Optional<EventProcessor.Request> doProcess(ProjectEvent event, RemoteConfig remote) {
return Optional.of(
new EventProcessor.Request(
GSON.toJson(event), ImmutableMap.of("X-Origin-Url", canonicalWebUrl)));
}