mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
This commit is contained in:
parent
5ad6283331
commit
9fb672e981
13 changed files with 1146 additions and 3 deletions
|
@ -31,6 +31,7 @@ class HeaderList final
|
|||
, Vector<Header> {
|
||||
public:
|
||||
using Vector::begin;
|
||||
using Vector::clear;
|
||||
using Vector::end;
|
||||
|
||||
[[nodiscard]] bool contains(ReadonlyBytes) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue