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

     1  server "form-params" {
     2    error_file = "./../server_error.html"
     3  
     4    endpoint "/" {
     5      proxy {
     6        backend = "anything"
     7      }
     8    }
     9  }
    10  
    11  definitions {
    12    backend "anything" {
    13      path = "/anything"
    14      origin = env.COUPER_TEST_BACKEND_ADDR
    15    }
    16  }