diff options
author | Dave Barach <dave@barachs.net> | 2019-09-17 09:47:35 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-09-18 14:26:59 +0000 |
commit | 43765e2b4eaa8e1f2a5f1562414e04962c777ff3 (patch) | |
tree | e5a18e7ba42c4c7fb962d034e22a79d9beb89288 /MAINTAINERS | |
parent | 4bf849043d6ffc1d3d43e65f381e310f425d01f7 (diff) |
builtinurl: initial working attempt
Note that the builtin URLs are disabled by default. To activate,
"builtinurl enable" or use the builtinurl_enable API.
See .../extras/http/sample.md for some Hugo-friendly .md w/ embedded
Javascript that accesses the builtin URLs.
Type: feature
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I6d82d9292c41d6d2d90be73ba8a1a043fb20c986
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f0c20381006..9a8de22f3bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -310,6 +310,11 @@ I: http_static M: Dave Barach <dbarach@cisco.com> F: src/plugins/http_static/ +Plugin - builtinurl +I: builtinurl +M: Dave Barach <dbarach@cisco.com> +F: src/plugins/builtinurl/ + Plugin - Group Based Policy (GBP) I: gbp M: Neale Ranns <nranns@cisco.com> |