Skip to content

Commit

Permalink
Document timeout options
Browse files Browse the repository at this point in the history
  • Loading branch information
elhu committed Mar 1, 2019
1 parent fe30a46 commit 82b4dda
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,21 @@ client = Contentful::Client.new(
<td><code>nil</code></td>
<td>Password for proxy authentication.</td>
</tr>
<tr>
<td><code>timeout_read</code></td>
<td><code>nil</code></td>
<td>Number of seconds the request waits to read from the server before timing out.</td>
</tr>
<tr>
<td><code>timeout_write</code></td>
<td><code>nil</code></td>
<td>Number of seconds the request waits when writing to the server before timing out.</td>
</tr>
<tr>
<td><code>timeout_connect</code></td>
<td><code>nil</code></td>
<td>Number of seconds the request waits to connect to the server before timing out.</td>
</tr>
<tr>
<td><code>logger</code></td>
<td><code>nil</code></td>
Expand Down

0 comments on commit 82b4dda

Please sign in to comment.