net module: documenting the session property.
This commit is contained in:
parent
7c17aeb6da
commit
0c44d19249
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ following properties:
|
||||||
method.
|
method.
|
||||||
* `url` String (optional) - The request URL. Must be provided in the absolute
|
* `url` String (optional) - The request URL. Must be provided in the absolute
|
||||||
form with the protocol scheme specified as http or https.
|
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:'.
|
* `protocol` String (optional) - The protocol scheme in the form 'scheme:'.
|
||||||
Currently supported values are 'http:' or 'https:'. Defaults to 'http:'.
|
Currently supported values are 'http:' or 'https:'. Defaults to 'http:'.
|
||||||
* `host` String (optional) - The server host provided as a concatenation of
|
* `host` String (optional) - The server host provided as a concatenation of
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue