postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.82k stars 839 forks source link

Support raw TCP in API Client #12253

Open dhwaneetbhatt opened 1 year ago

dhwaneetbhatt commented 1 year ago

Is there an existing request for this feature?

Is your feature request related to a problem?

There is no good tool for working with TCP servers. I have to fallback to writing shell/python/go scripts for just testing a TCP server like Redis.

Describe the solution you'd like

A TCP request type that takes in an IP and port and allows bidirectional streaming of bytes, just like the existing WebSocket.

Describe alternatives you've considered

Custom scripts, telnet

Additional context

No response

HSteindl commented 1 month ago

That would be awsome! Postman has got so many features, but one of the simplest one is not there yet. Pls give us raw socket support, thanks!