We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to be able to use the request/response pattern and send headers.
Add a new method to the artifacts: requestMessageAndHeaders
artifact.metaClass.requestMessageAndHeaders = { endpoint,message, headers -> template.requestBodyAndHeaders(endpoint,message, headers) }
The text was updated successfully, but these errors were encountered:
Sounds like a good idea. Could you fork the plugin and send me a pull request?
Matthias.
2012/1/8 Joakim Sundqvist < reply@reply.github.com
It would be nice to be able to use the request/response pattern and send headers. Add a new method: to the artifacts: requestMessageAndHeaders artifact.metaClass.requestMessageAndHeaders = { endpoint,message, headers -> template.requestBodyAndHeaders(endpoint,message, headers) } Reply to this email directly or view it on GitHub: #6
Add a new method: to the artifacts: requestMessageAndHeaders
Reply to this email directly or view it on GitHub: #6
Sorry, something went wrong.
Add requestBodyAndHeaders method to plugin (padcom#6)
82f8738
Added new method 'requestBodyAndHeaders' to artifacts to be able to send headers when using the request/response pattern
Done in release 1.1.6
No branches or pull requests
It would be nice to be able to use the request/response pattern and send headers.
Add a new method to the artifacts: requestMessageAndHeaders
artifact.metaClass.requestMessageAndHeaders = { endpoint,message, headers ->
template.requestBodyAndHeaders(endpoint,message, headers)
}
The text was updated successfully, but these errors were encountered: