Age | Commit message (Expand) | Author |
---|---|---|
2022-07-14 | LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch spec | Linus Groh |
2022-07-14 | LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch spec | Linus Groh |
2022-07-14 | LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec | Linus Groh |
2022-07-14 | LibWeb: Add definitions from '2.2.1. Methods' 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 |
2022-07-14 | LibWeb: Add definitions from '2.1. URL' in the Fetch spec | Linus Groh |
2022-02-12 | LibWeb: Implement spec-compliant MIME type struct and parser | Luke Wilde |