harness.http.client.HttpResponseParams.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.web.HttpCode
final case class HttpResponseParams(
responseCode: HttpCode,
headers: Map[String, List[String]],
contentLength: Option[Long],
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy