Support a "replyWith" in mcrew services
Open
enhancement
- Dominant language
- Go
- Stars
- 122
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
Currently `cmd/mcrew` has an internal service for HTTP requests. That service supports `"replyTo":MACHINE_ID` in a request, which will cause the response to include `"to":MACHINE_ID`.
As an aid to writing a machine specification that will execute "flows" (more on that later), `"replyWith":SOME_DATA` in a request should result in the response including `"with":SOME_DATA`.
Contributor guide
Assessment
This issue has not been assessed yet.