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
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,12 @@ Swell is currently available for OS X, Linux and Windows.
20
20
## Highlights
21
21
Swell is a one-stop shop for sending and monitoring your API requests
22
22
23
-
* Send and monitor requests over HTTP2 (including SSEs), WebSockets, and GraphQL
23
+
* Send and monitor streams over HTTP2 (including SSEs) and WebSockets
24
+
* Create GraphQL queries, mutations, and subscriptions
24
25
* Support for up to six concurrent connections
25
26
* View request/response timing information in an interactive chart
26
27
* Save requests in "collections" of multiple requests
27
-
* Minimize and maximize requests
28
-
* Native OS/X app
28
+
* Import and export "collections" for sharing
29
29
30
30
## Supported Technologies
31
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.
@@ -52,18 +52,17 @@ Swell is a one-stop shop for sending and monitoring your API requests
0 commit comments