mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 15:55:54 +01:00
af0984e050
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; |
||
---|---|---|
.. | ||
ControllerU.pas | ||
function_actions_showcase.dpr | ||
function_actions_showcase.dproj | ||
MainDMU.dfm | ||
MainDMU.pas | ||
WebModuleU.dfm | ||
WebModuleU.pas |