<aside> <img src="attachment:a3a56fc3-c53c-47ff-aacc-d7c34f62abfd:table_of_content.png" alt="attachment:a3a56fc3-c53c-47ff-aacc-d7c34f62abfd:table_of_content.png" width="40px" />

TABLE OF CONTENT

</aside>

HTTP status codes


:ij-kt-annotation: Accepted

Package dev.tommasop1804.springutils.response
Since version 1.0.0
Retention Runtime
Target • Class
• Function
• Type

Functions, classes, or types annotated with this will return a 202 Accepted (if API finished successfully).

:ij-kt-annotation: AlreadyReported

Package dev.tommasop1804.springutils.response
Since version 1.0.0
Retention Runtime
Target • Class
• Function
• Type

Functions, classes, or types annotated with this will return a 208 Already Reported (if API finished successfully).

:ij-kt-annotation: Created

Package dev.tommasop1804.springutils.response
Since version 1.0.0
Retention Runtime
Target • Class
• Function
• Type

Functions, classes, or types annotated with this will return a 201 Created (if API finished successfully).

:ij-kt-annotation: Found

Package dev.tommasop1804.springutils.response
Since version 1.0.0
Retention Runtime
Target • Class
• Function
• Type

Functions, classes, or types annotated with this will return a 302 Found (if API finished successfully).

:ij-kt-annotation: IMUsed

Package dev.tommasop1804.springutils.response
Since version 1.0.0
Retention Runtime
Target • Class
• Function
• Type

Functions, classes, or types annotated with this will return a 226 IM Used (if API finished successfully).

:ij-kt-annotation: MisdirectedRequest