Skip to content

Revert "fix(template): fix strict-interface template to make sure text response content type uses string type (#1132)"#1773

Merged
jamietanna merged 2 commits intomainfrom
issue/1676
Sep 20, 2024
Merged

Revert "fix(template): fix strict-interface template to make sure text response content type uses string type (#1132)"#1773
jamietanna merged 2 commits intomainfrom
issue/1676

Conversation

@jamietanna
Copy link
Copy Markdown
Member

@jamietanna jamietanna commented Sep 20, 2024

This reverts commit df2cf43.

As raised in #1676, this was a breaking change, and means that
text/plain responses cannot interact with their headers.

This additionally adds tests for this case.

Closes #1676.

Jamie Tanna added 2 commits September 20, 2024 16:41
Adds a test cases for #1676.
…t response content type uses string type (#1132)"

This reverts commit df2cf43.

As raised in #1676, this was a breaking change, and means that
`text/plain` responses cannot interact with their headers.

Closes #1676.
@jamietanna jamietanna requested a review from a team as a code owner September 20, 2024 15:41
@jamietanna jamietanna merged commit 891a067 into main Sep 20, 2024
@jamietanna jamietanna deleted the issue/1676 branch September 20, 2024 15:44
@jamietanna jamietanna added bug Something isn't working notable changes Used for release notes to highlight these more highly labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working notable changes Used for release notes to highlight these more highly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

echo strict server when content-type is Text/plain

1 participant