v3.100.0-rc.3
·
5 commits
to master-rc
since this release
🚀 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