From ffadf6784543aeecb8fe41861da5f1f26982e79c Mon Sep 17 00:00:00 2001 From: Jordan Eremieff Date: Sun, 13 Feb 2022 00:36:44 +1100 Subject: [PATCH] :memo: Remove WebSocket info from README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 84c564e6..bb74728c 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Mangum is an adapter for using [ASGI](https://asgi.readthedocs.io/en/latest/) ap - API Gateway support for [HTTP](https://docs.aws.amazon.com/apigateway/latest/developerguide/http-api.html), [REST](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-rest-api.html), and [WebSocket](https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-websocket-api.html) APIs. -- Multiple storage backend interfaces for managing WebSocket connections. - - Compatibility with ASGI application frameworks, such as [Starlette](https://www.starlette.io/), [FastAPI](https://fastapi.tiangolo.com/), and [Quart](https://pgjones.gitlab.io/quart/). - Support for binary media types and payload compression in API Gateway using GZip or Brotli.