Skip to content

Commit 9be5284

Browse files
authored
Update Requester.scala
1 parent bddc35f commit 9be5284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requests/src/requests/Requester.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ case class Requester(verb: String,
7878
* @param data Body data to pass to this request, for POSTs and PUTs. Can be a
7979
* Map[String, String] of form data, bulk data as a String or Array[Byte],
8080
* or MultiPart form data.
81-
* @param readTimeout How long to wait for data to be read before timing out
82-
* @param connectTimeout How long to wait for a connection before timing out
81+
* @param readTimeout How many milliseconds to wait for data to be read before timing out
82+
* @param connectTimeout How many milliseconds to wait for a connection before timing out
8383
* @param proxy Host and port of a proxy you want to use
8484
* @param cert Client certificate configuration
8585
* @param sslContext Client sslContext configuration

0 commit comments

Comments
 (0)