class

OutputBuilderPowershell

Inherits OutputBuilder < Reference < Object

Constants

ENUM_METHODS = Set {"GET", "HEAD", "POST", "PUT", "DELETE", "TRACE", "OPTIONS", "MERGE", "PATCH"}

The verbs Invoke-WebRequest's -Method accepts — it validates against the WebRequestMethod enum, so a verb outside this set (QUERY, CONNECT) is rejected before any request is sent and must go through -CustomMethod instead. The two flags are otherwise equivalent.

Instance methods