foundNothing constant
- @Deprecated('use foundResourceDoesNotSupportMethod or resourceExists instead')
Value for found when no handlers for the HTTP method were found.
This value has been deprecated in woomera 8.0.0. In previous releases, it was implemented incorrectly. This value was used when no rules existed for the HTTP method. And was intended for a HTTP 405 Method Not Found status; as opposed to foundMethod which was intended to produce a HTTP 401 Not Found status — that behaviour was not correct. Use foundResourceDoesNotSupportMethod instead.
Implementation
@Deprecated('use foundResourceDoesNotSupportMethod or resourceExists instead')
static const int foundNothing = 0;