Updated README

This commit is contained in:
Andreas Schneider 2015-09-21 21:10:23 +02:00
parent f2f6a22266
commit 419eb29ec4
1 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ Once the first none-empty line is unrecognized (no command found), the parser wi
`BasicAuth <username> <password>`
: Sets the necessary header for basic authentication. The first char after `BasicAuth` (usually a space) is treated as separator for `<username>` and `<password>`. 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 <RegEx> [FG<color>] [BG<color>]`
: Highlights the matching parts with the given foreground or background color as specified using colors codes.
`Method <HTTP Method>`
: This sets the method to be used for the call.