Unit 'fpHTTPClient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPCustomHTTPClient.UnixSocketPath

Path to Unix domain socket for local connections

Declaration

Source position: fphttpclient.pp line 257

public property TFPCustomHTTPClient.UnixSocketPath : string
  read FUnixSocketPath
  write FUnixSocketPath;

Description

When set, the HTTP client will connect to a Unix domain socket at the specified path instead of using TCP connections. This is useful for communicating with local services via Unix sockets.


Documentation generated on: Jan 27 2026