summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2022-02-10 11:17:03 -0800
committerTim Burke <tim.burke@gmail.com>2022-02-10 11:17:06 -0800
commita9565893f29626093040cb38fe4a19e855e69afa (patch)
treee6b16d97532b488b4f8af327d8fadb75bbb382f3 /doc
parentdc061dd95e34b807e4a7da2e6d44b5a3061b3c54 (diff)
downloadswift-a9565893f29626093040cb38fe4a19e855e69afa.tar.gz
Add docs for registry module
Drive-By: make the register_sensitive_header() implementation more obviously case-insensitive. Change-Id: I5b299bc0adb526c468c6364a5706eb86809533e5
Diffstat (limited to 'doc')
-rw-r--r--doc/source/misc.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/misc.rst b/doc/source/misc.rst
index afa1b26b8..c418dd5ed 100644
--- a/doc/source/misc.rst
+++ b/doc/source/misc.rst
@@ -83,6 +83,16 @@ MemCacheD
:members:
:show-inheritance:
+.. _registry:
+
+Middleware Registry
+===================
+
+.. automodule:: swift.common.registry
+ :members:
+ :undoc-members:
+ :show-inheritance:
+
.. _request_helpers:
Request Helpers