Functions - echo
From The Socknet
echo is used to ensure that requests are arrive at the receiving entity in the same format that they leave the sender.
Specification
POST echo
{ hello: "world"
}
->
{ request: { hello: "world" }
}
echo should be called via POST.
The request may contain any set of fields with any values.
The response should contain a request field.
Support
This function is optional for Providers and Services.
Further Reading
- None

