github.com/avenga/couper@v1.12.2/eval/variables/variables.go (about) 1 package variables 2 3 const ( 4 Backend = "backend" 5 Backends = "backends" 6 BackendRequest = "backend_request" 7 BackendRequests = "backend_requests" 8 BackendResponse = "backend_response" 9 BackendResponses = "backend_responses" 10 Body = "body" 11 ClientRequest = "request" 12 CTX = "context" 13 Cookies = "cookies" 14 Endpoint = "endpoint" 15 Environment = "env" 16 FormBody = "form_body" 17 Headers = "headers" 18 HTTPStatus = "status" 19 ID = "id" 20 JSONBody = "json_body" 21 Method = "method" 22 Path = "path" 23 PathParam = "path_params" 24 Query = "query" 25 TokenResponse = "beta_token_response" 26 URL = "url" 27 Origin = "origin" 28 Protocol = "protocol" 29 Host = "host" 30 Port = "port" 31 Couper = "couper" 32 )