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