HttpRequestChecker

data class HttpRequestChecker(val requester: HttpRequester) : Checker

Configuration for destination check operations. Performs a HTTP request to the destination API to check if the configuration is valid.

Constructors

Link copied to clipboard
constructor(requester: HttpRequester)

Properties

Link copied to clipboard