harness.http.client.HttpRequestParams.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_3 Show documentation
Show all versions of harness-http-client_3 Show documentation
Miscellaneous libraries/utilities for Scala.
The newest version!
package harness.http.client
import harness.endpoint.types.*
import harness.endpoint.types.Types.*
import harness.web.HttpMethod
final case class HttpRequestParams(
method: HttpMethod,
url: String,
paths: List[String],
queryParams: List[(String, String)],
headers: Map[String, List[String]],
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy