Age | Commit message (Expand) | Author |
---|---|---|
2022-07-19 | LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace | Linus Groh |
2022-07-14 | LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec | Linus Groh |
2022-07-14 | LibWeb: Mark Fetch::collect_an_http_quoted_string() [[nodiscard]] | Linus Groh |
2022-07-14 | LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optional | Linus Groh |
2022-07-14 | LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h} | Linus Groh |
2022-07-14 | LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch spec | Linus Groh |
2022-07-14 | LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch spec | Linus Groh |