Skip to content

Commit

Permalink
Update Requester.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Jul 22, 2024
1 parent bddc35f commit 9be5284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requests/src/requests/Requester.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ case class Requester(verb: String,
* @param data Body data to pass to this request, for POSTs and PUTs. Can be a
* Map[String, String] of form data, bulk data as a String or Array[Byte],
* or MultiPart form data.
* @param readTimeout How long to wait for data to be read before timing out
* @param connectTimeout How long to wait for a connection before timing out
* @param readTimeout How many milliseconds to wait for data to be read before timing out
* @param connectTimeout How many milliseconds to wait for a connection before timing out
* @param proxy Host and port of a proxy you want to use
* @param cert Client certificate configuration
* @param sslContext Client sslContext configuration
Expand Down

0 comments on commit 9be5284

Please sign in to comment.