Package io.inversion

Interface Status

All Known Implementing Classes:
ApiException

public interface Status
Static constants for HTTP status codes. Yes there are many other files in JDK-land with this type of constant enumeration but I created this one because the other usual suspect classed did not include the HTTP status number in the field name and I really wanted to see both the numerical code and message at the same time in the source.
See Also: