MCPcopy
hub / github.com/httprunner/httprunner / Write

Method Write

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

Source from the content-addressed store, hash-verified

160}
161
162func (s *StepWebSocket) Write(url ...string) *StepWebSocket {
163 s.step.WebSocket.Type = wsWrite
164 return s.withUrl(url...)
165}
166
167func (s *StepWebSocket) CloseConnection(url ...string) *StepWebSocket {
168 s.step.WebSocket.Type = wsClose

Callers

nothing calls this directly

Calls 1

withUrlMethod · 0.95

Tested by

no test coverage detected