1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:38:11 +00:00
serenity/Userland/Libraries/LibWeb/Fetch
Linus Groh afe2563e2b LibWeb: Make HeaderList ref-counted
This is needed to eventually share a header list between a Request or
Response object's internal infra request/response and the object's
exposed Header object.
2022-09-27 14:56:17 +01:00
..
Infrastructure LibWeb: Make HeaderList ref-counted 2022-09-27 14:56:17 +01:00
BodyInit.cpp LibWeb: Support ReadonlyBytes as argument for extract_body() 2022-09-27 14:56:17 +01:00
BodyInit.h LibWeb: Support ReadonlyBytes as argument for extract_body() 2022-09-27 14:56:17 +01:00
BodyInit.idl LibWeb: Add BodyInit union type 2022-09-22 21:01:13 +01:00
Headers.cpp LibWeb: Make HeaderList ref-counted 2022-09-27 14:56:17 +01:00
Headers.h LibWeb: Make HeaderList ref-counted 2022-09-27 14:56:17 +01:00
Headers.idl LibWeb: Implement '5.1. Headers class' from the Fetch API :^) 2022-07-19 00:27:35 +01:00
HeadersIterator.cpp LibWeb: Make HeaderList ref-counted 2022-09-27 14:56:17 +01:00
HeadersIterator.h LibWeb: Remove WRAPPER_HACK() macro 2022-09-21 21:12:24 +01:00