1
0
This commit is contained in:
Eric Eastwood
2022-09-12 18:00:58 -05:00
parent 7b73d0d898
commit e244ee513b
+4
View File
@@ -303,6 +303,10 @@ class SynapseTags:
# incoming HTTP request ID (as written in the logs)
REQUEST_ID = "request_id"
# Tag a header from the incoming request. The name of the header should be
# appended to this prefix.
REQUEST_HEADER_PREFIX = "request_header."
# HTTP request tag (used to distinguish full vs incremental syncs, etc)
REQUEST_TAG = "request_tag"