HashLoad / horse

Fast, opinionated, minimalist web framework for Delphi
MIT License
1.15k stars 217 forks source link

Please add RemoteIP #346

Closed kabiri closed 1 year ago

kabiri commented 1 year ago

Please add RemoteIP to unit Horse.Request and class THorseRequest

function THorseRequest.RemoteIP: string; begin Result := FWebRequest.RemoteIP; end;

Thanks

viniciussanchez commented 1 year ago

Req.RawWebRequest.RemoteIP