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

io.cequence.wsclient.domain.WsRequestContext.scala Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
package io.cequence.wsclient.domain

import io.cequence.wsclient.service.ws.Timeouts

case class WsRequestContext(
  explTimeouts: Option[Timeouts] = None,

  /**
   * Auth headers (HTTP headers) to be added to each request.
   */
  authHeaders: Seq[(String, String)] = Nil,

  /**
   * Extra parameters to be added to each request.
   */
  extraParams: Seq[(String, String)] = Nil
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy