HttpClient

interface HttpClient

Functions

Link copied to clipboard
abstract fun execute(request: HttpRequest, responseType: TypeInfo): Flow.Publisher<HttpResponse<out Any>>