Skip to main content

Module echo

Module echo 

Source
Expand description

A simple echo route that returns the message sent in the request. THis is useful for testing that the server responds to a given request and that the request is properly formatted.

Structs§

EchoRequest
EchoResponse

Functions§

echo
Echoes back the message sent in the request.