Skip to content

6.2.0

Compare
Choose a tag to compare
@jeffctown jeffctown released this 14 Mar 17:16
· 67 commits to master since this release
30246ce
  • Enabled application extension API only.
    @lightsprint09
  • Disabled a flaky redirect test and adding the known issue with redirects to the README.
    @jeffctown
    #301
  • Added isMethodHEAD() to the Swift helpers.
    @Simon-Kaz
    #294
  • Fixed issue with not preserving correct headers when following 3xx
    redirects.
    @sberrevoets