Change8

fetch-proxy@0.8.5

Breaking Changes
📦 remixView on GitHub →
3 breaking🔧 1 symbols

Summary

This patch release modifies proxy behavior by stopping the forwarding of `Accept-Encoding` headers and stripping specific encoding and length-related headers from proxied responses.

⚠️ Breaking Changes

  • Incoming `Accept-Encoding` headers are no longer forwarded to proxy targets.
  • The `Content-Encoding` and related `Content-Length` headers are stripped from proxied responses with a body.
  • The `Transfer-Encoding` and related `Content-Length` headers are stripped from proxied responses.

Affected Symbols