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