summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Fetch/Infrastructure
AgeCommit message (Expand)Author
2022-10-30LibWeb: Explain the use-URL-credentials flagLinus Groh
2022-10-30LibWeb: Add has-cross-origin-redirects flag to Fetch::Infra::ResponseLinus Groh
2022-10-30LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'dLinus Groh
2022-10-26LibWeb: Fix incorrect peek offset in HeaderList::get_decode_and_split()Linus Groh
2022-10-24LibWeb: Use getters instead of direct member access in Response methodsLinus Groh
2022-10-24LibWeb: Also make non-const Response getters virtualLinus Groh
2022-10-24LibWeb: Handle filtered response in Response::clone()Linus Groh
2022-10-24LibWeb: Add non-const variants of Request::{current_,}url()Linus Groh
2022-10-24LibWeb: Move internal response in FilteredResponse create() functionsLinus Groh
2022-10-24LibWeb: Use MUST() for infallible ByteBuffer::copy() invocationsLinus Groh
2022-10-24LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helperLinus Groh
2022-10-24LibWeb: Fix typo in Fetch::Infrastructure::Request::add_range_header()Linus Groh
2022-10-15LibWeb/Fetch: Add "webidentity" destination for FedCMLinus Groh
2022-10-15LibWeb/Fetch: Add support for parsing a single range header valueLinus Groh
2022-10-09AK+Everywhere: Fix data corruption due to code-point-to-char conversionBen Wiederhake
2022-10-05LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-countedLinus Groh
2022-10-05LibWeb: Add missing Request::policy_container() getter and setterLinus Groh
2022-10-05LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointerLinus Groh
2022-10-05LibWeb: Add missing link to Fetch::Infrastructure::Response memberLinus Groh
2022-10-05LibWeb: Add missing links to Fetch::Infrastructure::Request membersLinus Groh
2022-10-02LibJS: Make PromiseCapability GC-allocatedLinus Groh
2022-10-02LibJS: Move PromiseCapability into its own cpp/h fileLinus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Make HeaderList ref-countedLinus Groh
2022-09-27LibWeb: Make Fetch::Infrastructure::Request::m_method default to "GET"Linus Groh
2022-09-27LibWeb: Stub out Fetch::Infrastructure::Body::fully_read_as_promise()Linus Groh
2022-09-27LibWeb: Stub out Fetch::Infrastructure::Body::clone()Linus Groh
2022-09-27LibWeb: Implement Fetch::Infrastructure::Response::clone()Linus Groh
2022-09-27LibWeb: Add referrer policy to Fetch::Infrastructure::RequestLinus Groh
2022-09-27LibWeb: Heap-allocate returned Fetch::Infrastructure::{Request,Response}Linus Groh
2022-09-27LibWeb: Mark two Fetch::Infrastructure::Request getters as constLinus Groh
2022-09-22LibWeb: Make Fetch::Infrastructure::Body::stream() constLinus Groh
2022-09-22LibWeb: Remove ReadableStreamDummy in favor of ReadableStreamLinus Groh
2022-09-21LibWeb: Fix e-mail address mishapAndreas Kling
2022-09-21LibWeb: Add two more scheme helpers to the Fetch infrastructureAndreas Kling
2022-09-20LibWeb: Add referrer accessors to Fetch RequestAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas Kling
2022-07-20LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderListLinus Groh
2022-07-19LibWeb: Implement HeaderList::sort_and_combine()Linus Groh
2022-07-19LibWeb: Implement CaseInsensitiveBytesTraits::equals()Linus Groh
2022-07-19LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespaceLinus Groh
2022-07-18LibWeb: Add Blob to Fetch's Body::SourceType variantLinus Groh
2022-07-16LibWeb: Add definitions from '2.2.6. Responses' in the Fetch specLinus Groh
2022-07-15LibWeb: Add definitions from '2.2.5 Requests' in the Fetch specLinus Groh
2022-07-15LibWeb: Add a couple of missing includes to Fetch's Headers.hLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.4. Bodies' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.3. Statuses' in the Fetch specLinus Groh
2022-07-14LibWeb: Add definitions from '2.2.2. Headers' in the Fetch specLinus Groh