Name
Request — HTTP exchange request
Properties
"method": string-
The method to be performed on the resource. Example:
"GET". "uri": object-
The fully-qualified URI of the resource being accessed. Example:
"http://www.example.com/resource.txt". "version": string-
Protocol version. Example:
"HTTP/1.1". "headers": object-
Exposes message header fields as name-value pairs, where name is header name and value is an array of header values.
"cookies": object-
Exposes incoming request cookies as name-value pairs, where name is cookie name and value is an array of string cookie values.
"form": object-
Exposes query parameters and/or
application/x-www-form-urlencodedentity as name-value pairs, where name is the field name and value is an array of string values. "entity": object-
The message entity body (no accessible properties).

