(headers map[string]string)
| 175 | } |
| 176 | |
| 177 | func (s *StepWebSocket) WithHeaders(headers map[string]string) *StepWebSocket { |
| 178 | s.step.WebSocket.Headers = headers |
| 179 | return s |
| 180 | } |
| 181 | |
| 182 | func (s *StepWebSocket) NewConnection() *StepWebSocket { |
| 183 | s.step.WebSocket.NewConnection = true |
no outgoing calls