actix-web
actix-web copied to clipboard
feat: Add earlydata middleware
trafficstars
PR Type
Feature
PR Checklist
- [x] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [x] A changelog entry has been made for the appropriate packages.
- [x] Format code with the latest stable rustfmt.
- [ ] (Team) Label with affected crates and semver status.
Overview
The docs should pretty much explain what it does. This is essentially a port of https://docs.gofiber.io/api/middleware/earlydata
Currently a draft for early review because it depends on https://github.com/hyperium/http/pull/606