.. |
bin
|
[+] Improved folder detect in static files middleware
|
2021-03-03 23:16:55 +01:00 |
AuthenticationU.pas
|
Improved JSONRPC client in case of wrong HTTP responses
|
2020-09-22 23:58:49 +02:00 |
jsonrpc_with_objects_group.groupproj
|
+ jsonrpc can serialize complex record as responses (nestd record with dynamic arrays)
|
2022-07-05 14:42:41 +02:00 |
jsonrpcclientwithobjects.dpr
|
- Some cleanup, added first call to the sample project about the jsonrpc support for record types
|
2022-07-11 00:09:59 +02:00 |
jsonrpcclientwithobjects.dproj
|
JSONRPC // all tests are green (WIP)
|
2022-07-23 01:21:52 +02:00 |
jsonrpcserverwithobjects.dpr
|
- Some cleanup, added first call to the sample project about the jsonrpc support for record types
|
2022-07-11 00:09:59 +02:00 |
jsonrpcserverwithobjects.dproj
|
+ jsonrpc, works also "EchoArrayOfRecords" method.
|
2022-07-20 00:27:55 +02:00 |
MainClientFormU.dfm
|
Improved handling of array of simple types (string, integers, boolean, TDate, TTime, TTimeStamp)
|
2022-07-22 19:55:27 +02:00 |
MainClientFormU.pas
|
Improved handling of array of simple types (string, integers, boolean, TDate, TTime, TTimeStamp)
|
2022-07-22 19:55:27 +02:00 |
MainWebModuleU.dfm
|
https://github.com/danieleteti/delphimvcframework/issues/538 (WIP)
|
2022-03-31 16:43:32 +02:00 |
MainWebModuleU.pas
|
More work about https://github.com/danieleteti/delphimvcframework/issues/538 (thanks to https://github.com/fastbike)
|
2022-04-01 12:53:13 +02:00 |
MyObjectU.pas
|
Improved handling of array of simple types (string, integers, boolean, TDate, TTime, TTimeStamp)
|
2022-07-22 19:55:27 +02:00 |