Files
kumomta/assets
Wez Furlong fa51666051 add log_hooks:new_json shortcut
Basic usage is as simple as:

```lua
local log_hooks = require 'policy-extras.log_hooks'

log_hooks:new_json {
  name = "webhook",
  url = "http://10.0.0.1:4242/log",
}
```
2023-11-14 15:06:48 -07:00
..
2023-09-30 15:57:48 -07:00
2023-10-12 20:43:58 -04:00
2023-09-16 16:00:48 -07:00