net module: documenting the session property.

This commit is contained in:
ali.ibrahim 2016-10-20 15:48:36 +02:00
Родитель 7c17aeb6da
Коммит 0c44d19249
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -82,6 +82,8 @@ following properties:
method.
* `url` String (optional) - The request URL. Must be provided in the absolute
form with the protocol scheme specified as http or https.
* `session` String (optional) - The name of the [`Session`](session.md)
instance with which the request is associated. Defaults to the empty string.
* `protocol` String (optional) - The protocol scheme in the form 'scheme:'.
Currently supported values are 'http:' or 'https:'. Defaults to 'http:'.
* `host` String (optional) - The server host provided as a concatenation of