S-K'
S-K'

Reputation: 3209

What are some good tools / techniques for testing HTTP PUSH (HTTP streaming)

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

Answers (1)

Rahul Tripathi
Rahul Tripathi

Reputation: 172458

You can use OWASP HTTP Post Tool or you try hurl.it

Upvotes: 2

Related Questions