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

     1  server "couper" {
     2    endpoint "/q" {
     3      proxy {
     4        url = "http://localhost:8080/x"
     5      }
     6    }
     7  
     8    endpoint "/x" {
     9      response {
    10        status = 204
    11      }
    12      custom_log_fields = {
    13        TEST = request.query
    14      }
    15    }
    16  }