Reputation: 6078
Does anyone have a sample of THttpApiServer (found on Synopse)? I am not able to find any document about creating a simple webserver using this class.
Upvotes: 3
Views: 1894
Reputation: 43033
You could have used our forum to ask this! ;)
The class is self-explained: please read all comments of all properties and methods, and you'll find here all useful information.
I've just uploaded a demo of this component.
It's able to serve some hard drive content, using a virtual directory layout. Directory list is created in Delphi code. File downloads are handled by http.sys at kernel-level mode.
See this new file available in our Source Code Repository.
Upvotes: 5