delphimvcframework/samples/articles_crud_server
Daniele Teti f54f74522c - Default error responses contains the official "reason string" associated to the HTTP status code (this can be a breaking change for some generic client which doesn't correctly interpret the http status code)
- Added static method `HTTP_STATUS.ReasonStringFor(HTTPStatusCode)` wich returns the standard `ReasonString` for a given HTTP status code.
- Improved handling of `TMVCErrorResponse` information
- mid-air-collision handling now uses SHA1 instead of MD5
- Added `MVCFramework.Commons.MVC_HTTP_STATUS_CODES` const array containing all the HTTP status codes wich its `ReasonString`
2022-10-09 15:45:59 +02:00
..
bin Improved CRUD sample 2020-11-05 15:42:31 +01:00
articles_crud.dpr [+] All article CRUD samples in one project group 2021-04-07 19:14:12 +02:00
articles_crud.dproj - Default error responses contains the official "reason string" associated to the HTTP status code (this can be a breaking change for some generic client which doesn't correctly interpret the http status code) 2022-10-09 15:45:59 +02:00
BusinessObjects.pas Improved CRUD sample 2020-11-05 15:42:31 +01:00
Commons.pas New Demos 2016-11-07 14:33:05 +01:00
Controllers.Articles.pas Added mechanism to describe dataset metadata (TDatasetHelper) and to initialize a TFDMemTable with such metadata (TFireDACUtils.CreateDataSetFromMeta). Added a new sample to show the mechanism. 2020-09-23 23:33:30 +02:00
Controllers.Base.pas Fixed a mleak in caso of disconnection while the request is running (https://github.com/danieleteti/delphimvcframework/issues/323) 2020-01-24 10:09:14 +01:00
CRUDGroup.groupproj [+] Now the injectable parameters can be defined with a default value 2021-04-21 18:19:51 +02:00
MainDM.dfm [+] All article CRUD samples in one project group 2021-04-07 19:14:12 +02:00
MainDM.pas [+] All article CRUD samples in one project group 2021-04-07 19:14:12 +02:00
Services.pas Improved CRUD sample 2020-11-05 15:42:31 +01:00
WebModuleUnit1.dfm Changed the behavior of the JWT LiveValidityWindows 2018-05-17 21:57:03 +02:00
WebModuleUnit1.pas [+] Unit test refactoring 2021-02-04 14:11:33 +01:00