[Lazarus] TFPHTTPServer

duilio foschi octopushole at gmail.com
Thu Feb 23 10:55:56 CET 2023


I wrote a simple server using TFPHTTPServer.

All incoming calls are processed using
procedure HandleRequest(var ARequest: TFPHTTPConnectionRequest;
         var AResponse: TFPHTTPConnectionResponse);

My first tests were ok and encouraging but... how do I know if the
call was a GET or a POST?

I guess that ARequest "knows" it, but I cannot find a way to ask :)

Thank you

Peppe Polpo


More information about the lazarus mailing list