fiber/docs
nickajacks1 64c1771c26
🔥 Feature: Add Req and Res API (#2894)
* 🔥 feat: add Req and Res interfaces

Split the existing Ctx API into two separate APIs for Requests and
Responses. There are two goals to this change:

1. Reduce cognitive load by making it more obvious whether a Ctx method
   interacts with the request or the response.
2. Increase API parity with Express.

* fix(req,res): several issues

* Sprinkle in calls to Req() and Res() to a few unit tests
* Fix improper initialization caught by ^
* Add a few missing methods

* docs: organize Ctx methods by request and response

* feat(req,res): sync more missed methods

---------

Co-authored-by: Juan Calderon-Perez <835733+gaby@users.noreply.github.com>
2025-03-05 08:01:43 +01:00
..
addon 📚 docs: Add Retry Addon documentation (#3330) 2025-02-27 08:46:41 +01:00
api 🔥 Feature: Add Req and Res API (#2894) 2025-03-05 08:01:43 +01:00
client 📚 docs: Add Retry Addon documentation (#3330) 2025-02-27 08:46:41 +01:00
extra 📚 docs: Add Retry Addon documentation (#3330) 2025-02-27 08:46:41 +01:00
guide 📚 docs: Add Retry Addon documentation (#3330) 2025-02-27 08:46:41 +01:00
middleware add more adpater documenation 2025-02-20 13:52:23 +01:00
partials/routing 🐛 bug: Fix handler order in routing (#3321) 2025-02-24 08:14:19 +01:00
intro.md 📚 Doc: Update intro.md Static Files section (#3303) 2025-02-10 08:35:56 +01:00
whats_new.md 📚 docs: Add Retry Addon documentation (#3330) 2025-02-27 08:46:41 +01:00