From 419eb29ec414e8253a956b6d9257f04a5a6d4a59 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 21 Sep 2015 21:10:23 +0200 Subject: [PATCH] Updated README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c339211..e8fecf9 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ Once the first none-empty line is unrecognized (no command found), the parser wi `BasicAuth ` : Sets the necessary header for basic authentication. The first char after `BasicAuth` (usually a space) is treated as separator for `` and ``. So in case the username itself contains a space, you can safely use a different char here. Example: `BasicAuth#Complicated Username With Spaces#andsomepassword` +`Highlight [FG] [BG]` +: Highlights the matching parts with the given foreground or background color as specified using colors codes. + `Method ` : This sets the method to be used for the call.