Skip to content

Commit c37d949

Browse files
committed
docs: Update README, update gifs to reflect new UI where applicable, and remove broken links
1 parent 155b472 commit c37d949

File tree

7 files changed

+3
-7
lines changed

7 files changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,19 @@ Swell is a one-stop shop for sending and monitoring your API requests:
3535
## Supported Technologies
3636

3737
- _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, with the ability to revert to HTTP1.1 for legacy servers. Multiple concurrent streams are allowed for each connection.
38-
39-
<img src="./ReadMeGifs/Gifs/ConcurrentStreams.gif" style="display: block; margin: 10px auto 30px; border: 1px solid black;" />
38+
<img src="./ReadMeGifs/Gifs/HttpTesting.gif" style="display: block; margin: 10px auto 30px; border: 1px solid black;" />
4039

4140
- _Server-Sent Events (SSE)_: Initiated by a simple toggle box, Swell displays SSE events one by one as they come in. Similar to HTTP2 streams, multiple open connection streams are allowed for SSE.
42-
4341
<img src="./ReadMeGifs/Gifs/SSE.gif" style="display: block; margin: 10px auto 30px;" />
4442

4543
- _WebSockets (WS)_: Swell enables connecting directly to WebSocket servers with an HTTP handshake, with developers able to send messages to the connected WS server directly. All outgoing and incoming messages are displayed in real time.
46-
47-
<img src="./ReadMeGifs/Gifs/WS.gif" style="display: block; margin: 10px auto 30px;" />
44+
<img src="./ReadMeGifs/Gifs/Websockets.gif" style="display: block; margin: 10px auto 30px;" />
4845

4946
- _GraphQL_: Swell includes full support for all three root types of GraphQL - queries, mutations, and subscriptions – as well as Introspection. Variables are also supported, making creating queries easy.
50-
5147
<img src="./ReadMeGifs/Gifs/GraphQL.gif" style="display: block; margin: 10px auto 30px;" />
5248

5349
- _gRPC_: Swell includes full support for all four streaming types of gRPC - unary, client stream, server stream, bidirectional stream.
54-
<img src="./ReadMeGifs/Gifs/GRPCResponses.gif" style="display: block; margin: 10px auto 30px;" />
50+
<img src="./ReadMeGifs/Gifs/gRPC-responses.gif" style="display: block; margin: 10px auto 30px;" />
5551

5652
- _OpenAPI_: Swell supports the enumeration and execution of REST and RPC API requests as defined in a user-provided OpenAPI document.
5753
<img src="./ReadMeGifs/Gifs/openapi.gif" style="display: block; margin: 10px auto 30px;" />

ReadMeGifs/Gifs/GRPCResponses.gif

-1.6 MB
Binary file not shown.

ReadMeGifs/Gifs/GraphQL.gif

3.59 MB
Loading

ReadMeGifs/Gifs/HttpTesting.gif

6.63 MB
Loading

ReadMeGifs/Gifs/SSE.gif

356 KB
Loading

ReadMeGifs/Gifs/Websockets.gif

1.02 MB
Loading

ReadMeGifs/Gifs/gRPC-responses.gif

1.41 MB
Loading

0 commit comments

Comments
 (0)