[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: wasm.http.objects.pas line 100
type TWasmHTTPRequest = class(TWasmHTTPHeaders) |
protected |
function AsAPIRequest; |
function Scheduled; |
procedure CheckNotScheduled; |
public |
constructor Create(); |
procedure Assign(); override; |
function Execute(); |
function ToString; override; |
property URL: string; [rw] |
property Method: string; [rw] |
property Cache: TWasmHTTPCache; [rw] |
property Credentials: TWasmHTTPCredentials; [rw] |
property Mode: TWasmHTTPMode; [rw] |
property Priority: TWasmHTTPPriority; [rw] |
property Redirect: TWasmHTTPRedirect; [rw] |
property Referrer: string; [rw] |
property ReferrerPolicy: string; [rw] |
property Integrity: string; [rw] |
property KeepAlive: Boolean; [rw] |
property AbortSignal: Boolean; [rw] |
end; |
| |
| |
TObject |