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: *