-
In microcks can add functionalities to add two numbers and map it to response |
Beta Was this translation helpful? Give feedback.
Answered by
lbroudoux
Nov 10, 2023
Replies: 1 comment 1 reply
-
Yes sure! You may want to look at Hope it helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lbroudoux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes sure!
You may want to look at
SCRIPT
dispatcher to implement business logic and then put the result intorequestContext
. Then you can use request context expression when expressing your response using a template. That way you may re-inject the result of business logic computation into the response.Hope it helps!