Function example_webserver_rs::handlers::append_to_string
source ยท pub async fn append_to_string(__arg0: Json<RequestJson>) -> Json<ResponseJson>
Expand description
Provide request json in form of RequestJson
and outputs ResponseJson
. Inside function
body the input json will be parsed to state
object.