caddy/.gitignore
dev 27ecc7f384 Protocol and Caddyscript matchers
* Added matcher to determine what protocol the request is being made by
  - grpc, tls, http
* Added ability to run caddyscript in a matcher to evaluate the http request
* Added TLS field to caddyscript request time
* Added a library to manipulate and compare a new caddyscript time type
* Library for regex in starlark
2019-04-08 09:58:11 -04:00

9 lines
84 B
Plaintext

_gitignore/
# artifacts from pprof tooling
*.prof
*.test
# mac specific
.DS_Store