Unit 'wasm.http.api' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#wasm-utils]

TWasmHTTPApiRequest

Declaration

Source position: wasm.http.api.pas line 49

type TWasmHTTPApiRequest = record

  Url: TWasmString;

  Method: TWasmString;

  HeaderCount: LongInt;

  Headers: PWasmString;

  Body: TWasmBuffer;

  Integrity: TWasmString;

  Redirect: LongInt;

  Cache: LongInt;

  KeepAlive: LongInt;

  Mode: LongInt;

  Priority: LongInt;

  Referrer: TWasmString;

  ReferrerPolicy: TWasmString;

  AbortSignal: LongInt;

  Credentials: LongInt;

end;


Documentation generated on: 2025-07-25