You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would display on a [501 status code](https://www.rfc-editor.org/rfc/rfc9110.html#name-501-not-implemented):
73
+
would display on a [501 status code](https://datatracker.ietf.org/doc/html/rfc7231#section-6.6.2):
74
74
75
75
```console
76
76
Not Implemented
@@ -230,7 +230,7 @@ These methods are also available as [static methods](https://ethauvin.github.io/
230
230
231
231
### Status Code Class
232
232
233
-
The [StatusCodeClass](https://ethauvin.github.io/HttpStatus/net/thauvin/erik/httpstatus/StatusCodeClass.html) can be used to retrieve all status codes in a specific [class](https://www.rfc-editor.org/rfc/rfc9110.html#name-status-codes):
233
+
The [StatusCodeClass](https://ethauvin.github.io/HttpStatus/net/thauvin/erik/httpstatus/StatusCodeClass.html) can be used to retrieve all status codes in a specific [class](https://datatracker.ietf.org/doc/html/rfc7231#section-6):
234
234
235
235
```java
236
236
var reasons =Reasons.getReasonClass(StatusCodeClass.SERVER_ERROR); // 5xx
0 commit comments