Fixed
- For being more flexible to build a separate headless browser loader (in an extension package) extract the most basic HTTP loader functionality to a new
HttpBaseLoader
and important functionality for the headless browser loader to a newHeadlessBrowserLoaderHelper
. Further, also share functionality from theHttp
steps via a new abstractHttpBase
step. It's considered a fix, because there's no new functionality, just refactoring existing code for better extendability.