We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945c7ae commit b202e20Copy full SHA for b202e20
Types/HttpListener/Request/Request.format.ps1
@@ -0,0 +1,3 @@
1
+Write-FormatView -TypeName System.Net.HttpListenerRequest -Property IPAddress, Method, Url -Name Default
2
+
3
+Write-FormatView -TypeName System.Net.HttpListenerRequest -Property Method, Url, Body -Wrap -Name Body
0 commit comments