Unit 'wasm.http.objects' Package
[Overview][Types][Classes][Index] [#wasm-utils]

TWasmHTTPRequest

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TWasmHTTPRequest

|

TWasmHTTPHeaders

|

TObject


Documentation generated on: 2025-07-25