BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
346 stars 19 forks source link

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

Closed finnbear closed 2 months ago

finnbear commented 2 months ago

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

Goes well with #161