Interface RequestConfiguration

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void apply​(okhttp3.Request.Builder builder)
      Update the supplied builder with the configuration required.
    • Method Detail

      • apply

        void apply​(okhttp3.Request.Builder builder)
        Update the supplied builder with the configuration required. The order in which configurations are applied is not defined nor guaranteed to be the same between invocations.
        Parameters:
        builder - the request builder, some RequestConfigurations may already have been applied to the builder