MCPcopy
hub / github.com/httprunner/httprunner / WriteAndRead

Method WriteAndRead

hrp/step_websocket.go:152–155  ·  view source on GitHub ↗
(url ...string)

Source from the content-addressed store, hash-verified

150}
151
152func (s *StepWebSocket) WriteAndRead(url ...string) *StepWebSocket {
153 s.step.WebSocket.Type = wsWriteAndRead
154 return s.withUrl(url...)
155}
156
157func (s *StepWebSocket) Read(url ...string) *StepWebSocket {
158 s.step.WebSocket.Type = wsRead

Calls 1

withUrlMethod · 0.95