Reputation: 3209
What are some good tools / techniques for testing HTTP push? (HTTP streaming)
I require a tool to test a REST web service that utilizes HTTP PUSH (HTTP streaming). The tool needs the ability to make a connection and test for updates sent by the server. CURL would be my preference if it is possible.
Upvotes: 1
Views: 427