Interface HttpSender

All Known Implementing Classes:
HttpUrlConnectionSender, OkHttpSender

public interface HttpSender
A general-purpose interface for controlling how components perform HTTP calls for various purposes. This interface can be used to inject more advanced customization like SSL verification, key loading, etc. without requiring further additions to OpenRewrite components needing to make HTTP calls.