Package org.apache.nifi.toolkit.client
Interface RequestConfig
- All Known Implementing Classes:
BasicAuthRequestConfig,BearerTokenRequestConfig,OIDCClientCredentialsRequestConfig,ProxiedEntityRequestConfig
public interface RequestConfig
Configuration applied to each client request.
-
Method Summary
-
Method Details
-
getHeaders
- Returns:
- the headers to apply to each request
-