Skip to content

Commit

Permalink
Add note about redirect option for Http Client
Browse files Browse the repository at this point in the history
  • Loading branch information
ankr committed Nov 16, 2015
1 parent f46e718 commit 068b439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions en/core-libraries/httpclient.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ addition request information. The following keys can be used in ``$options``:
- ``type`` - Send a request body in a custom content type. Requires ``$data`` to
either be a string, or the ``_content`` option to be set when doing GET
requests.
- ``redirect`` - Number of redirects to follow. Defaults to ``false``.

The options parameter is always the 3rd parameter in each of the HTTP methods.
They can also be use when constructing ``Client`` to create
Expand Down
1 change: 1 addition & 0 deletions fr/core-libraries/httpclient.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ utilisées dans ``$options``:
- ``type`` - Envoi un corps de requête dans un type de contenu personnalisé.
Nécessite que ``$data`` soit une chaîne ou que l'option ``_content`` soit
définie quand vous faîtes des requêtes GET.
- ``redirect`` - Nombre de redirections à suivre. ``false`` par défaut.

Le paramètre options est toujours le 3ème paramètre dans chaque méthode HTTP.
Elles peuvent aussi être utilisées en construisant ``Client`` pour créer des
Expand Down

0 comments on commit 068b439

Please sign in to comment.