June 2016
Intermediate to advanced
470 pages
9h 49m
English
The RTL provides two components that you can use to send HTTP requests to servers and handle their responses:
TNetHTTPClientTNetHTTPRequestAlternatively, as we saw in Chapter 3, Knowing Your Friends – the Delphi RTL you can use an instance of THTTPClient to manage your HTTP requests.
Why use these components instead of good old TidHTTP from the INDY suite? The reasons have been explained in Chapter 3, Knowing Your Friends – the Delphi RTL however, in this recipe we'll use the new HTTP client to show how much the deployment is simplified, also in mobile apps, using these new components instead of the INDY ones, at least for HTTP communications.
Long story short, Embarcadero developed a native HTTP client library ...
Read now
Unlock full access