Package ortus.boxlang.runtime.net
Class HttpStatusReasons
java.lang.Object
ortus.boxlang.runtime.net.HttpStatusReasons
Utility class for mapping HTTP status codes to their standard reason phrases.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpStatusReasons
public HttpStatusReasons()
-
-
Method Details
-
getReason
Returns the reason for the given status code.- Parameters:
status- The status code.- Returns:
- The reason for the status code.
-