From f07165dcf91b7141e86e62145b63a4c5f8f3f7f2 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Wed, 3 Jun 2020 23:14:39 +0530 Subject: [PATCH] updating readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5becb8d..0fe6456 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ httpx is a fast and multi-purpose HTTP toolkit allow to run multiple probers usi - Simple and modular code base making it easy to contribute. - Fast And fully configurable flags to probe mutiple elements. - Supports vhost, urls, ports, title, content-length, status-code, response-body probbing. - - Smart auto fallback between http and https. + - Smart auto fallback from https to http as default. - Supports hosts and URLs as input. - Handles edge cases doing retries, backoffs etc for handling WAFs.