1 2 3 4 5
interface http-client { use http.{request, response, error}; send-request: func(req: request) -> result<response, error>; }