httpRequest

abstract suspend fun httpRequest(method: HttpMethod, url: String, headers: List<HttpHeader>, body: ByteArray): HttpResponse(source)

Make an HTTP request Used for requests to ACME servers, CRL distributors etc.