Skip to content

Commit

Permalink
feat: Get-WebSocket honoring CloseStatusDescription ( Fixes #80 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage committed Jan 26, 2025
2 parents 8f767b3 + f078e7d commit d57630d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/Get-WebSocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,11 @@ Many websockets require an initial authentication handshake
after an initial message is received.
This parameter can be either a ScriptBlock or any other object.
If it is a ScriptBlock, it will be run with the output of the WebSocket passed as the first argument.
This will run after the socket is connected but before any messages are received.

|Type |Required|Position|PipelineInput|Aliases |
|------------|--------|--------|-------------|----------------------|
|`[PSObject]`|false |named |false |Authorize<br/>Identify|
|Type |Required|Position|PipelineInput|Aliases |
|------------|--------|--------|-------------|--------------------------|
|`[PSObject]`|false |named |false |Authorize<br/>HelloMessage|

#### **Watch**
If set, will watch the output of the WebSocket job, outputting results continuously instead of outputting a websocket job.
Expand Down

0 comments on commit d57630d

Please sign in to comment.