diff options
Diffstat (limited to 'doc/protocols.rst')
-rw-r--r-- | doc/protocols.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/protocols.rst b/doc/protocols.rst index 8340beb1d..081c39633 100644 --- a/doc/protocols.rst +++ b/doc/protocols.rst @@ -386,3 +386,16 @@ References: `Protocol Specs: <https://opennetworking.org/wp-content/uploads/2014 JSON-RPC is a remote procedure call protocol encoded in JSON. References: `Protocol Specs: <https://www.jsonrpc.org/specification>`_. + + +.. _Proto 376: + +`NDPI_PROTOCOL_WEBDAV` +====================== +WebDAV is a set of extensions to the HTTP protocol that allows WebDAV clients to collaboratively edit and manage files on remote Web servers. + +References: `RFC4918: <https://datatracker.ietf.org/doc/html/rfc4918>`_. + +Notes: + +- WebDAV is almost always encrypted, i.e. transported over TLS. |