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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.