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 API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, and GraphQL.
12
+
Swell is a API development tool that enables developers to test endpoints served over streaming technologies including Server-Sent Events (SSE), WebSockets, HTTP2, GraphQL and gRPC.
13
13
14
14
## Getting Started
15
15
@@ -22,6 +22,7 @@ Swell is a one-stop shop for sending and monitoring your API requests
22
22
23
23
* Send and monitor streams over HTTP2 (including SSEs) and WebSockets
24
24
* Create GraphQL queries, mutations, and subscriptions
25
+
* Provides full streaming testing support for gRPC
25
26
* Support for up to six concurrent connections
26
27
* View request/response timing information in an interactive chart
27
28
* Save requests in "collections" of multiple requests
@@ -46,6 +47,11 @@ Swell is a one-stop shop for sending and monitoring your API requests
0 commit comments