ladybird/Userland/Libraries/LibWeb/Fetch
MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas
These lambdas were marked mutable as they captured a Ptr wrapper
class by value, which then only returned const-qualified references
to the value they point from the previous const pointer operators.

Nothing is actually mutating in the lambdas state here, and now
that the Ptr operators don't add extra const qualifiers these
can be removed.
2022-11-19 14:37:31 +00:00
..
Fetching
Infrastructure
Body.cpp
Body.h
Body.idl
BodyInit.cpp
BodyInit.h
BodyInit.idl
Enums.cpp
Enums.h
FetchMethod.cpp
FetchMethod.h
Headers.cpp
Headers.h
Headers.idl
HeadersIterator.cpp
HeadersIterator.h
Request.cpp
Request.h
Request.idl
Response.cpp
Response.h
Response.idl