1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 01:53:58 +01:00

Corrected the section ref for request-options in the docs

This commit is contained in:
Jeremy Lindblom 2014-04-29 08:30:40 -07:00
parent 391029e800
commit f44f3af58a

View File

@ -302,7 +302,7 @@ immeditaley and prevent subsequent requests from being sent.
}
]);
.. _request-options:
.. _batch-requests:
Batching Requests
-----------------
@ -343,6 +343,8 @@ events as well as specify the maximum number of request to send in parallel
using the 'parallel' option key. This options array is the exact same format as
the options array exposed in ``GuzzleHttp\ClientInterface::sendAll()``.
.. _request-options:
Request Options
===============