harness.http.client.AppliedResponse.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-http-client_sjs1_3 Show documentation
Show all versions of harness-http-client_sjs1_3 Show documentation
Miscellaneous libraries/utilities for Scala.
package harness.http.client
import harness.zio.*
import zio.*
final class AppliedResponse(request: HttpRequest[HttpClient.RequestT]) extends ResponseOps.Builder1[HttpClient.ClientT & Logger & Telemetry, HttpClient.ResponseT] {
override protected def getResponse: HRIO[HttpClient.ClientT & Logger & Telemetry & Scope, HttpResponse[HttpClient.ResponseT]] = HttpClient.send(request)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy