github.com/avenga/couper@v1.12.2/server/testdata/integration/validation/02_couper.hcl (about)

     1  server {
     2    endpoint "/buffer" {
     3      proxy {
     4        backend {
     5          origin = request.headers.origin
     6          openapi {
     7            file = "02_schema.yaml"
     8          }
     9          timeout = "5s"
    10        }
    11      }
    12    }
    13  }