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