THttpApiServer - Sample

Does anyone have a THttpApiServer sample (found in Synopse)? I cannot find any document on creating a simple web server using this class.

+3
source share
1 answer

You could use our forum to ask about it!;)

The class explains itself: read all the comments of all properties and methods, and you will find here all the useful information.

I just downloaded a demo of this component.

It is capable of serving the contents of a hard drive using a virtual directory layout. A list of directories is created in Delphi code. File downloads are handled by http.sys in kernel level mode.

See this new file in our Source Code Repository .

+5
source

Source: https://habr.com/ru/post/895890/


All Articles