You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Swell is a Streaming API development tool that enables developers to test API endpoints served over modern networking technologies including Server-Sent Events (SSE), WebSocket, and HTTP2.
12
+
Swell is a API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, and GraphQL.
12
13
13
14
## Getting Started
14
15
15
16
Visit www.getswell.io to download the latest release.
16
17
17
18
Swell is currently available for OS X, Linux and Windows.
18
19
19
-
### Features
20
+
##Highlights
20
21
Swell is a one-stop shop for sending and monitoring your API requests
*Send and monitor up to six concurrent connections
26
-
*Interactive chart delivers request/response timing information in an easy to digest form
23
+
* Send and monitor requests over HTTP2 (including SSEs), WebSockets, and GraphQL
24
+
* Support for up to six concurrent connections
25
+
* View request/response timing information in an interactive chart
26
+
*Save requests in "collections" of multiple requests
27
+
*Minimize and maximize requests
27
28
* Native OS/X app
28
29
29
-
###Supported Technologies
30
+
## Supported Technologies
30
31
**HTTP2*: Swell supports full HTTP2 multiplexing of requests and responses. HTTP requests to the same host will be sent over the same connection. Swell will attempt to initiate an HTTP2 connection for all HTTPS requests by default, but will revert to HTTP1.1 for legacy servers.
**WebSocket (WS)*: Swell enables connecting directly to WebSocket servers with an HTTP handshake. Developers can directly send messages to the connected WS server. Messages are displayed in chatbox format, clearly indicating outgoing and incoming messages.
0 commit comments