João Antônio Duarte
|
c5c9f80e34
|
Added the execute method to be able to execute any HTTP method. The requests have been changed to send the body for any type of request.
|
2020-09-29 11:56:25 -03:00 |
|
João Antônio Duarte
|
0dfc83f533
|
Added custom SSL certificate validation method.
|
2020-09-24 16:29:49 -03:00 |
|
João Antônio Duarte
|
cf7c81520b
|
Added SessionId method to improve DMVC server session management. SetBasicAuthorization and SetBearerAuthorization methods changed to persist authorization for all requests.
|
2020-09-24 15:03:11 -03:00 |
|
João Antônio Duarte
|
ea7e80b949
|
Compatibility improvements
|
2020-09-22 20:26:13 -03:00 |
|
João Antônio Duarte
|
a07043fe1a
|
Asynchronous methods added. Fixes unit tests.
|
2020-09-21 20:32:21 -03:00 |
|
João Antônio Duarte
|
715a31c0f6
|
Improvements in the submission of the request body and corrections in handling the response.
|
2020-09-11 14:55:26 -03:00 |
|
João Antônio Duarte
|
465a7ffad4
|
Implementation of TMVCRESTResponse methods
|
2020-09-09 21:40:14 -03:00 |
|
João Antônio Duarte
|
37740ba07c
|
Initial refactoring of TMVCRestclient
|
2020-09-07 22:21:28 -03:00 |
|
João Antônio Duarte
|
8e0187a408
|
TMVCRESTClient compatibility fix
|
2020-08-28 18:21:27 -03:00 |
|
João Antônio Duarte
|
c12f0af6dc
|
Change to pass the ContentType as a string instead of the enumerated type of RESTClient to decrease the clutter, if you want to implement TMVCRESTClient using another HTTP library
|
2020-08-27 14:32:09 -03:00 |
|
João Antônio Duarte
|
815547b852
|
Samples changed to use TMVCRESTClient
|
2020-08-26 17:13:18 -03:00 |
|
João Antônio Duarte
|
e701d8f83c
|
RESTAdapter changed to use TMVCRESTClient
|
2020-08-26 09:05:12 -03:00 |
|
João Antônio Duarte
|
84bc484344
|
Various fixes and improvements after unit tests
|
2020-08-25 20:07:21 -03:00 |
|
João Antônio Duarte
|
ca65b88035
|
Compatibility improvements between delphi versions. Obtaining response cookies via RTTI for versions prior to Delphi 10.4 Sydney.
|
2020-08-21 11:22:23 -03:00 |
|
João Antônio Duarte
|
c92ec22fbe
|
Added Cookies to response. Only available from delphi 10.4. See[ RSP-26497](https://quality.embarcadero.com/browse/RSP-26497)
|
2020-08-20 21:45:51 -03:00 |
|
João Antônio Duarte
|
7e950800d4
|
Added asynchronous execution method
|
2020-08-20 18:35:28 -03:00 |
|
João Antônio Duarte
|
382e7e2715
|
Correction in function return
|
2020-08-20 15:38:32 -03:00 |
|
João Antônio Duarte
|
6736c3a662
|
Improvements in inserting the request body and header. Insertion of new RESTClient methods.
|
2020-08-20 15:08:41 -03:00 |
|
João Antônio Duarte
|
b5e2ee6f36
|
The new RESTClient was named TMVCRESTClient.
Added Alias for RESTClient classes based on Indy and marked as deprecated.
|
2020-08-18 18:19:17 -03:00 |
|
João Antônio Duarte
|
d65fd8fe5d
|
All RESTClient methods implemented
|
2020-08-08 21:18:36 -03:00 |
|
João Antônio Duarte
|
7c2c10d554
|
Initial commit of the new base RESTClient in the delphi REST Library
|
2020-08-03 19:48:35 -03:00 |
|