summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP.h
AgeCommit message (Expand)Author
2022-07-19LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespaceLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.2. Headers' in the Fetch specLinus Groh
2022-07-14LibWeb: Mark Fetch::collect_an_http_quoted_string() [[nodiscard]]Linus Groh
2022-07-14LibWeb: Make Fetch::collect_an_http_quoted_string()'s 2nd param optionalLinus Groh
2022-07-14LibWeb: Move Fetch::collect_an_http_quoted_string() into HTTP.{cpp,h}Linus Groh
2022-07-14LibWeb: Add & use 'HTTP whitespace' from '2.2. HTTP' in the Fetch specLinus Groh
2022-07-14LibWeb: Add & use 'HTTP tab or space' from '2.2. HTTP' in the Fetch specLinus Groh