Http Handler
Provides ability to handle HTTP requests that originate within lenses.
Since
1.37.0
Types
Link copied to clipboard
interface Configuration
Exposes configuration options available to HttpHandler.
Functions
Link copied to clipboard
abstract fun apply(request: LensesComponent.HttpHandler.Request, onResponse: Consumer<LensesComponent.HttpHandler.Response>)
Processes the provided request and sends the Response back to the provided onResponse.