安装成功,但是在连接器页面中没有看到http client
安装成功,但是在连接器页面中没有看到http client
Hello!
The reason it isn't showing on the connectors page, is that afHttpClientExt is just an Axon interface to perform HTTP requests from within SkySpark, not a connector.
The list of available HTTP-related functions added can be found on the Axon funcs page. These should all be made available to call to in the Axon shell once the extension has been enabled.
To test that the extension has been enabled correctly, try this expression in the Axon Shell view: afHttpGet(`https://www.fantomfactory.com/`)