Interface HttpRequestModifier

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HttpRequestModifier
A HttpRequestModifer allows the application to HTTP query parameters and HTTP headers that will be used to create an HttpRequest.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    modify(Params params, Map<String,String> httpHeaders)