Closed ghost closed 7 years ago
Configs have two new attributes: headers and body. headers is a map, which are added to the request as headers. Web configs with a body attribute are automatically submitted as POSTs with the body as the payload.
headers
body
POST
ow, one more thing: could you please edit this pull request to be merged into my devel branch (not the master one). thanks
Configs have two new attributes:
headers
andbody
.headers
is a map, which are added to the request as headers. Web configs with abody
attribute are automatically submitted asPOST
s with the body as the payload.