All Downloads are FREE. Search and download functionalities are using the official Maven repository.

harness.http.client.HttpResponseParams.scala Maven / Gradle / Ivy

There is a newer version: 5.1.3
Show newest version
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