Websocket connections with postman

前端 未结 10 740
星月不相逢
星月不相逢 2020-12-24 04:10

I\'m using Postman to test an existing REST API. This API calls async functions on the server which return a response over a websocket using StompJS.

Is it possible

10条回答
  •  伪装坚强ぢ
    2020-12-24 04:35

    I've run into this issue often enough that I finally created my own barebones GUI for testing websockets. It's called Socket Wrench, it supports

    • multiple concurrent connections to servers (with all responses and connections displayed in the same view),
    • comprehensive message history to enable easy re-use of messages, and
    • custom headers for the initial connection request.

    It's available for Mac OS X, Windows and Linux and you can get it from here.

提交回复
热议问题