kiwiproject / kiwi

A set of Java utilities that we could not find in Guava or Apache Commons...or we just felt like having our own version.
MIT License
12 stars 1 forks source link

Add methods to check 308 and 402 status codes #1144

Closed sleberknight closed 5 months ago

sleberknight commented 5 months ago

Add methods in KiwiHttpResponses to check 308 Permanent Redirect and 402 Payment Required status codes. This class now has methods for all the ones in Jakarta REST's Response.Status enum except the deprecated 305 (Use Proxy). It also contains a method to check 422 (Unprocessable Entity) and the oh-so-important 418 (I'm a teapot). 🤣

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud