Interface LDHeaderUpdater


public interface LDHeaderUpdater
An interface to provide the SDK with a function used to modify HTTP headers before each request to the LaunchDarkly service.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    An application provided method for dynamic configuration of HTTP headers.
  • Method Details

    • updateHeaders

      void updateHeaders(Map<String,String> headers)
      An application provided method for dynamic configuration of HTTP headers.
      Parameters:
      headers - The unmodified headers the SDK prepared for the request