mirror of
https://github.com/RGBCube/serenity
synced 2025-10-27 10:12:33 +00:00
With the addition of the 'fetch params' struct, the single ownership model we had so far falls apart completely. Additionally, this works nicely for FilteredResponse's internal response instead of risking a dangling reference. Replacing the public constructor with a create() function also found a few instances of a Request being stack-allocated! |
||
|---|---|---|
| .. | ||
| Bodies.cpp | ||
| Bodies.h | ||
| Headers.cpp | ||
| Headers.h | ||
| Methods.cpp | ||
| Methods.h | ||
| Requests.cpp | ||
| Requests.h | ||
| Responses.cpp | ||
| Responses.h | ||
| Statuses.cpp | ||
| Statuses.h | ||