Skip to content

v3.100.0-rc.3

Compare
Choose a tag to compare
@kormanowsky kormanowsky released this 25 Jul 12:50
· 5 commits to master-rc since this release
5f1565a

🚀 New Feature

  • Added a new option noContentStatuses. This option allows to pass custom status code, array or range of status codes
    which indicate a no-content response. By default, an array [...Range(100, 199), 204, 304] is used, but it may be useful
    to override this value if your backend uses different status codes for no-content responses. core/request