Skip to content

V4Core v4.0.0-alpha.35

Pre-release
Pre-release
Compare
Choose a tag to compare
@shining-mind shining-mind released this 13 May 12:31
· 5 commits to v4 since this release

πŸ› Bug Fix

  • Added logic that checks whether the passed instance is of the native Headers class or V4Headers.
    To avoid overwriting response header values, we use the append method when handling the native Headers object
    received from the response, while retaining the original practice of setting headers with the set method when
    constructing request headers core/request/headers