Datasnap.DSHTTP.TDSHTTPService

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: Datasnap.DSHTTP |
Delphi
TDSHTTPService = class(TCustomDSHTTPServerTransport)
C++
class PASCALIMPLEMENTATION TDSHTTPService : public TCustomDSHTTPServerTransport
Description
Allows method invocation from a browser-based client, using the REST protocol.
The TDSHTTPService class offers more than the communication functionality. It can allow method invocation from a browser-based client, using the REST (Representational State Transfer) protocol or a proprietary JSON-based protocol.
The TDSHTTPService component can be used with an authentication manager component implemented by TDSAuthenticationManager, if the HTTP requests need authentication.