process(_:)

run server reading request, convert from to an input shape processing them and converting the result back to a response.

TestServer.swift:126
func process<Input>(_ process: (Input) throws -> Result<some Encodable>) throws where Input : Decodable