From ef3c8cd0c8285ead4905c4f1985d872d3c283c48 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Sun, 3 Nov 2013 08:50:03 -0500 Subject: [PATCH] Add some header to the rest explorer interface --- confluent/httpapi.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/confluent/httpapi.py b/confluent/httpapi.py index e9d711f0..165b1ed8 100644 --- a/confluent/httpapi.py +++ b/confluent/httpapi.py @@ -237,7 +237,11 @@ def resourcehandler(env, start_response): def _assemble_html(responses, resource): - yield '
' + yield '' + yield 'Confluent REST Explorer: ' + resource + '' + yield '' + yield 'Only values that have their' + yield 'respective values honored by the confluent server.
' yield '' yield '' for rsp in responses: