Unit 'fphttpclient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-web]

TFPCustomHTTPClient.FormPost

Declaration

Source position: fphttpclient.pp line 281

public procedure TFPCustomHTTPClient.FormPost(

  const URL: string;

  FormData: RawByteString;

  const Response: TStream

);

procedure TFPCustomHTTPClient.FormPost(

  const URL: string;

  FormData: TStrings;

  const Response: TStream

);

procedure TFPCustomHTTPClient.FormPost(

  const URL: string;

  const FormData: string;

  const Response: TStrings

);

procedure TFPCustomHTTPClient.FormPost(

  const URL: string;

  FormData: TStrings;

  const Response: TStrings

);

function TFPCustomHTTPClient.FormPost(

  const URL: string;

  const FormData: RawByteString

):RawByteString;

function TFPCustomHTTPClient.FormPost(

  const URL: string;

  FormData: TStrings

):RawByteString;


Documentation generated on: 2023-03-18