R - the result type.public static interface RequestFunctions.Params0<R> extends java.util.function.Function<Http.Request,R>, RequestFunctions.RequestFunction
Http.Request, no parameters, and return a result type. Results are typically
Result or a CompletionStage that produces a Result.