diff --git a/README.md b/README.md index 8cac9cc..bff47a4 100644 --- a/README.md +++ b/README.md @@ -45,18 +45,23 @@ Each `[[plan]]` lists: ### Invoke-HttpUnit +Aliases: httpunit, ihu, Test-Http + ```text +SYNOPSIS + A PowerShell port of httpunit. + + SYNTAX - Invoke-HttpUnit [-Url] [[-Code] ] [[-String] ] [[-Headers] ] [[-Certificate] - ] [] + Invoke-HttpUnit [-Url] [[-Code] ] [[-String] ] [[-Headers] ] [[-Timeout] ] [[-Certificate] ] + [] - Invoke-HttpUnit [-Path] [] + Invoke-HttpUnit [-Path] [[-Tag] ] [] DESCRIPTION - This is not a 100% accurate port of httpunit. The goal of this module is to utilize Net.Http.HttpClient to more - closely simulate a .Net client application. It also provides easy access to the Windows Certificate store for - client certificate authentication. + This is not a 100% accurate port of httpunit. The goal of this module is to utilize Net.Http.HttpClient to more closely simulate a .Net client application. + It also provides easy access to the Windows Certificate store for client certificate authentication. PARAMETERS @@ -69,6 +74,16 @@ PARAMETERS Accept pipeline input? true (ByValue, ByPropertyName) Accept wildcard characters? false + -Tag + If specified, only runs plans that are tagged with one of the + tags specified. + + Required? false + Position? 2 + Default value + Accept pipeline input? false + Accept wildcard characters? false + -Url The URL to retrieve. @@ -115,11 +130,10 @@ PARAMETERS Accept wildcard characters? false -Certificate - For http/https, specifies the client certificate that is used for a secure web request. Enter a variable that - contains a certificate. + For http/https, specifies the client certificate that is used for a secure web request. Enter a variable that contains a certificate. Required? false - Position? 5 + Position? 6 Default value Accept pipeline input? false Accept wildcard characters? false