sdroege / async-tungstenite

Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
MIT License
396 stars 61 forks source link

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

Closed nickelc closed 11 months ago

nickelc commented 11 months ago

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

sdroege commented 11 months ago

Thanks!