From 8f5464f5a3b8dbc3c00cd2245fb0cc09a4161929 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 4 Jul 2018 10:57:10 -0400 Subject: [PATCH] updates --- httpbin/templates/index.html | 283 ++++++++++++++++++++++++++++------- now.json | 8 +- 2 files changed, 239 insertions(+), 52 deletions(-) diff --git a/httpbin/templates/index.html b/httpbin/templates/index.html index 7fbae03..5fed70c 100644 --- a/httpbin/templates/index.html +++ b/httpbin/templates/index.html @@ -1,70 +1,251 @@ + httpbin(1): HTTP Client Testing Service - - - + + + -{% include 'httpbin.1.html' %} - -{% if tracking_enabled %} - {% include 'trackingscripts.html' %} -{% endif %} + {% include 'httpbin.1.html' %} {% if tracking_enabled %} {% include 'trackingscripts.html' %} {% endif %} + diff --git a/now.json b/now.json index b384fe9..5d309f6 100644 --- a/now.json +++ b/now.json @@ -1,6 +1,12 @@ { + "name": "httpbin", "regions": [ "all" ], - "alias": "httpbin.org" + "alias": [ + "httpbin.org" + ], + "type": [ + "docker" + ] }