snapview / tokio-tungstenite

Future-based Tungstenite for Tokio. Lightweight stream-based WebSocket implementation
MIT License
1.86k stars 234 forks source link

Simplify response body type in `server-custom-accept` example #316

Closed nickelc closed 10 months ago

nickelc commented 10 months ago

The empty Full<T>::default() body behaves like the Empty implementation.