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

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

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