nuke/lib/policy/expressions
2025-11-16 20:43:07 +00:00
..
environment.go feat(expressions): add contentLength to bot expressions (#1120) 2025-09-15 01:41:45 +00:00
environment_test.go perf: apply fieldalignement (#1284) 2025-11-16 20:43:07 +00:00
http_headers.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
http_headers_test.go style: Some minor fixes (#548) 2025-06-07 18:21:22 +00:00
loadavg.go perf: apply fieldalignement (#1284) 2025-11-16 20:43:07 +00:00
README.md feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
url_values.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
url_values_test.go style: Some minor fixes (#548) 2025-06-07 18:21:22 +00:00

Expressions support

The expressions support is based on ideas from go-away but with different opinions about how things should be done.