diff options
author | Florin Coras <fcoras@cisco.com> | 2022-01-13 11:59:44 -0800 |
---|---|---|
committer | Florin Coras <fcoras@cisco.com> | 2022-01-20 00:39:21 -0800 |
commit | 0b65621d41619e242b136e78fecfb325c90ae0bc (patch) | |
tree | 300e7002f2eae2afb5c235e2fe96705e34a79dbe /MAINTAINERS | |
parent | b85de19145a01d3acdf326c3cfa4e94b585bb59f (diff) |
http: add http protocol plugin
Basic HTTP/1.1 server side implementation.
Type: feature
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I06bddaf7f11e28db802b4cd7ef8160c78cb019b6
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e89f1aa2991..5adeaa8860d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -773,6 +773,11 @@ I: hsi M: Florin Coras <fcoras@cisco.com> F: src/plugins/hsi/ +Plugin - HTTP +I: http +M: Florin Coras <fcoras@cisco.com> +F: src/plugins/http + cJSON I: cjson M: Ole Troan <ot@cisco.com> |