Skip to content
New issue

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

Need support for sending arbitrary headers in REST Call template #5

Closed
theovassiliou opened this issue Nov 21, 2018 · 0 comments
Closed
Labels
enhancement New feature or request java Java source code modifications expected

Comments

@theovassiliou
Copy link
Owner

As a test case writer I would need a functionality that enables me to send a specific header value.
Example:
type Request {
string challange } with {
encode (challange) "header/string" ;
variante (challange) "'Challange";
}
send(Request: { challange := "xyz" }

In the http message I would expect to see:
....
Challange: xyz
....

@theovassiliou theovassiliou added enhancement New feature or request java Java source code modifications expected labels Nov 21, 2018
theovassiliou added a commit that referenced this issue Nov 21, 2018
Fixed #5 .  Added support for sending header fields. Usage: for exa…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Java source code modifications expected
Projects
None yet
Development

No branches or pull requests

1 participant