Skip to content

Releases: viniciussanchez/RESTRequest4Delphi

Release v3.0.11

22 Sep 20:10
Compare
Choose a tag to compare

d630355 #65 Delphi 11 NetHttp

Release v3.0.10

22 Sep 13:26
Compare
Choose a tag to compare

c0b0670 Bug fix Delphi Seattle

Release v3.0.9

20 Sep 12:37
Compare
Choose a tag to compare

6b3ae8b Added const of TRESTClient utils from REST.Types unit

Release v3.0.8

01 Sep 15:05
61d78fc
Compare
Choose a tag to compare

#61 Added TokenBearer() function
#64 Added method AddCookie to add a single cookie value without creating a list

Release v3.0.7

16 Jul 17:02
Compare
Choose a tag to compare

Release v3.0.6

29 Apr 11:51
Compare
Choose a tag to compare

#51 Added a new AddUrlSegment method

Release v3.0.5

12 Mar 11:35
Compare
Choose a tag to compare

0cf7b1c Added SynchronizedEvents for RESTClient and Asynchronous for NetHTTP

  • Implemented to be able to execute requests in linux (with RAD Server)
  • The default is false

Release v3.0.4

15 Feb 12:03
Compare
Choose a tag to compare

f26c696 Added proxy support and made DoAfterExecute as protected (to be possible override and collect matrics)
2bcde1d Added events to able collect metrics

Release v3.0.3

22 Jan 13:12
Compare
Choose a tag to compare

ac64e2d Bug add content-type

Release v3.0.2

21 Jan 12:00
Compare
Choose a tag to compare

c2d2a25 Added options parameter on AddHeader method (restclient)