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

Improve Template Support in JSON body #116

Closed
fabricereix opened this issue Jan 9, 2021 · 1 comment
Closed

Improve Template Support in JSON body #116

fabricereix opened this issue Jan 9, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@fabricereix
Copy link
Collaborator

Currently, templates in json body is supported only for string

{
  "name": "{{name}}",
  "age": 30
}

the following file is not supported

{
  "name": "{{name}}",
  "age": {{age}}
}

Note that It is still possible to send this json body with a raw string.
But the content is not validated as json.

@fabricereix fabricereix added enhancement New feature or request 1.1.0 labels Jan 9, 2021
@fabricereix fabricereix changed the title Imporve Template Support in JSON body Improve Template Support in JSON body Jan 9, 2021
@fabricereix
Copy link
Collaborator Author

implemented in #117

@lepapareil lepapareil added this to the 1.1.0 milestone Feb 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants