From 48ea5662def83fb3869117d1563a475202a770fb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 22 Mar 2017 12:58:58 -0400 Subject: [PATCH] Total-Route-Time --- httpbin/helpers.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/httpbin/helpers.py b/httpbin/helpers.py index f105553..96367cf 100644 --- a/httpbin/helpers.py +++ b/httpbin/helpers.py @@ -48,7 +48,8 @@ ENV_HEADERS = ( 'X-Forwarded-Protocol', 'X-Forwarded-Port', 'X-Request-Id', - 'Via' + 'Via', + 'Total-Route-Time' ) ROBOT_TXT = """User-agent: *