Source position: fphttpclient.pp line 281
public procedure TFPCustomHTTPClient.FormPost( |
const URL: string; |
FormData: RawByteString; |
const Response: TStream |
); |
const URL: string; |
FormData: TStrings; |
const Response: TStream |
); |
const URL: string; |
const FormData: string; |
const Response: TStrings |
); |
const URL: string; |
FormData: TStrings; |
const Response: TStrings |
); |
const URL: string; |
const FormData: RawByteString |
):RawByteString; |
const URL: string; |
FormData: TStrings |
):RawByteString; |