delphimvcframework/samples/functional_actions_showcase
Daniele Teti af0984e050 Added
function OKResponse(const Body: TObject): IMVCResponse; overload;
    function OKResponse: IMVCResponse; overload;
    function NotFoundResponse(const Body: TObject): IMVCResponse; overload;
    function NotFoundResponse: IMVCResponse; overload;
    function NoContentResponse: IMVCResponse;
    function UnauthorizedResponse: IMVCResponse;
    function BadRequestResponse: IMVCResponse; overload;
    function BadRequestResponse(const Error: TObject): IMVCResponse; overload;
    function CreatedResponse(const Location: string = ''; const Body: TObject = nil): IMVCResponse;
    function AcceptedResponse(const Location: string = ''; const Body: TObject = nil): IMVCResponse;
    function ConflictResult: IMVCResponse;
    function InternalServerErrorResponse: IMVCResponse;
2024-04-03 16:11:38 +02:00
..
ControllerU.pas Added 2024-04-03 16:11:38 +02:00
function_actions_showcase.dpr Now "NoRouteFound" error returns the correct content-type 2024-02-21 14:41:25 +01:00
function_actions_showcase.dproj Breaking Change! TMVCActiveRecordController uses (and requires) TMVCActiveRecordMiddleware - it doesn't require a TFDConnection on constructor 2024-01-20 10:37:34 +01:00
MainDMU.dfm Updated sample to show TryGetNamedSQLQuery 2023-10-17 18:08:30 +02:00
MainDMU.pas Updated sample to show TryGetNamedSQLQuery 2023-10-17 18:08:30 +02:00
WebModuleU.dfm Updated sample to show TryGetNamedSQLQuery 2023-10-17 18:08:30 +02:00
WebModuleU.pas Updated sample to show TryGetNamedSQLQuery 2023-10-17 18:08:30 +02:00