BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
470 stars 31 forks source link

Feature request: `SessionRequest::too_many_requests()` #163

Closed finnbear closed 7 months ago

finnbear commented 7 months ago

Helps announce that server is rate-limiting client, as opposed to the generic forbidden or inapplicable not_found.

Goes well with #161