Skip to content
Igor Gursky edited this page Sep 26, 2016 · 1 revision

Adding multiple items to the HTTP request

Given cookie "LtpaToken2" with value "abcde"
And baseUri is "http://my.server.com/rest"
And queryParam "limit" "20"
And request body "{ "property": "test" }"

or
And request body: 
"""
{
   "property": "test"
}
"""

or
And request body is a multipart file "assets/file.zip"
Clone this wiki locally