in generic-examples/http/PlatformHttpServer.java [25:27]
public void configure() throws Exception { from("platform-http:/hello?httpMethodRestrict=GET").setBody(simple("Hello ${header.name}")); }