Instance Methodsoto-core 7.4.0SotoTestUtils
process(_:)
run server reading request, convert from to an input shape processing them and converting the result back to a response.
func process<Input>(_ process: (Input) throws -> Result<some Encodable>) throws where Input : Decodable