Skip to content

Full testing matrix for body type and Request/Response creation #1481

@TartanLlama

Description

@TartanLlama

Creating Request and Response objects with different types of bodies (e.g. strings vs Blobs), with different configurations (downstream or non-downstream), and using different initialization styles (new Request(req) vs new Request(url, { body: req.body })) hit different code paths, and we've seen bugs across several of these. We should enumerate the matrix of possibilities and have tests for all combinations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions