Browse Source

net module: documenting the session property.

ali.ibrahim 8 years ago
parent
commit
0c44d19249
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/api/net.md

+ 2 - 0
docs/api/net.md

@@ -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