Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
minor #164 [RFC] Update README.rst for Guzzle 4 cURL options (jcroll)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.0-dev branch.

Discussion
----------

[RFC] Update README.rst for Guzzle 4 cURL options

Please see:

#69

#162

Commits
-------

ed80a44 Update README.rst
  • Loading branch information
fabpot committed Jul 8, 2014
2 parents 9687a22 + ed80a44 commit 5b076f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ Make requests with the ``request()`` method:
The method returns a ``Crawler`` object
(``Symfony\Component\DomCrawler\Crawler``).

Fine-tune cURL options:

.. code-block:: php
$client->getClient()->setDefaultOption('config/curl/' . CURLOPT_TIMEOUT, 60);
Click on links:

.. code-block:: php
Expand Down

0 comments on commit 5b076f1

Please sign in to comment.