fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
15 lines
498 B
Text
15 lines
498 B
Text
Starlette is a lightweight ASGI framework/toolkit, which is ideal for building
|
|
high performance asyncio services.
|
|
|
|
It is production-ready, and gives you the following:
|
|
- Seriously impressive performance.
|
|
- WebSocket support.
|
|
- GraphQL support.
|
|
- In-process background tasks.
|
|
- Startup and shutdown events.
|
|
- Test client built on requests.
|
|
- CORS, GZip, Static Files, Streaming responses.
|
|
- Session and Cookie support.
|
|
- 100% test coverage.
|
|
- 100% type annotated codebase.
|
|
- Zero hard dependencies.
|